NAME
    gcloud alpha edge-cloud zones describe - describe a Google Distributed
        Cloud zone

SYNOPSIS
    gcloud alpha edge-cloud zones describe ZONE --location=LOCATION
        (--organization=ORGANIZATION | --project=PROJECT)
        [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (ALPHA) 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 alpha 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 alpha 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/v1alpha API. The full documentation for
    this API can be found at: https://cloud.google.com/edge-cloud

NOTES
    This command is currently in alpha and might change without notice. If this
    command fails with API permission errors despite specifying the correct
    project, you might be trying to access an API with an invitation-only early
    access allowlist.

