gcloud edge-cloud zones describe

INFORMATION
gcloud edge-cloud zones describe is not available in universe domain universe.
NAME
gcloud edge-cloud zones describe - describe a Google Distributed Cloud zone
SYNOPSIS
gcloud edge-cloud zones describe ZONE --location=LOCATION (--organization=ORGANIZATION     | --project=PROJECT) [GCLOUD_WIDE_FLAG]
DESCRIPTION
Displays details about a specific Google Distributed Cloud zone.
EXAMPLES
To describe a zone named my-zone in organization 1234567890 and location us-central1, run:
gcloud edge-cloud zones describe my-zone --location=us-central1 --organization=1234567890

To describe a zone named another-zone in project my-sample-project and location us-central1, run:

gcloud edge-cloud zones describe another-zone --location=us-central1 --project=my-sample-project
POSITIONAL ARGUMENTS
ZONE
Google Distributed Cloud zone name to describe.
REQUIRED FLAGS
--location=LOCATION
Google Cloud Platform location.
Exactly one of these must be specified:
--organization=ORGANIZATION
Google Distributed Cloud organization number for the zone.
--project=PROJECT
Google Cloud Platform project ID for the zone.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account, --billing-project, --configuration, --flags-file, --flatten, --format, --help, --impersonate-service-account, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity.

Run $ gcloud help for details.

API REFERENCE
This command uses the edgecontainer/v1 API. The full documentation for this API can be found at: https://cloud.google.com/edge-cloud
NOTES
This variant is also available:
gcloud alpha edge-cloud zones describe