1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-17 06:11:59 +00:00
gcloud-help/gcloud/alpha/compute/tpus/locations/describe
2023-03-01 10:23:17 +00:00

58 lines
2.1 KiB
Text

NAME
gcloud alpha compute tpus locations describe - describe a Cloud TPU
Location
SYNOPSIS
gcloud alpha compute tpus locations describe [ZONE] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Describe a Cloud TPU Location.
To get a list of available locations for your project run:
$ gcloud alpha compute tpus locations list
EXAMPLES
The following command describes the TPUs running in zone us-central1-b:
$ gcloud alpha compute tpus locations describe us-central1-b
POSITIONAL ARGUMENTS
Location resource - The Cloud TPU Location you want to describe. This
represents a Cloud resource. (NOTE) Some attributes are not given
arguments in this group but can be set in other ways. To set the project
attribute:
◆ provide the argument zone on the command line with a fully specified
name;
◆ set the property compute/zone with a fully specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
[ZONE]
ID of the location or fully qualified identifier for the location. To
set the zone attribute:
▸ provide the argument zone on the command line;
▸ set the property compute/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 tpu/v1 API. The full documentation for this API can
be found at: https://cloud.google.com/tpu/
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. These variants are also available:
$ gcloud compute tpus locations describe
$ gcloud beta compute tpus locations describe