mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 13:10:18 +00:00
gcloud: Wed Oct 8 11:07:39 UTC 2025
This commit is contained in:
parent
a0434a4d7a
commit
6f9bb9a0f0
137 changed files with 5133 additions and 291 deletions
|
|
@ -7,6 +7,7 @@ SYNOPSIS
|
|||
[--bgp-identifier-range=BGP_IDENTIFIER_RANGE]
|
||||
[--description=DESCRIPTION] [--encrypted-interconnect-router]
|
||||
[--keepalive-interval=KEEPALIVE_INTERVAL] [--region=REGION]
|
||||
[--resource-manager-tags=[KEY=VALUE,...]]
|
||||
[--set-advertisement-groups=[GROUP,...]]
|
||||
[--set-advertisement-ranges=[CIDR_RANGE=DESC,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -93,6 +94,13 @@ OPTIONAL FLAGS
|
|||
Alternatively, the region can be stored in the environment variable
|
||||
CLOUDSDK_COMPUTE_REGION.
|
||||
|
||||
--resource-manager-tags=[KEY=VALUE,...]
|
||||
Comma-separated list of Resource Manager tags to attach to the router.
|
||||
Key-value pairs must be provided in the form
|
||||
tagKeys/{TagKey_Numeric_ID}=tagValues/{TagValue_Numeric_ID}. See
|
||||
Listing tag keys
|
||||
(https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing#listing_keys).
|
||||
|
||||
--set-advertisement-groups=[GROUP,...]
|
||||
The list of pre-defined groups of IP ranges to dynamically advertise on
|
||||
this router. This list can only be specified in custom advertisement
|
||||
|
|
|
|||
|
|
@ -8,6 +8,9 @@ SYNOPSIS
|
|||
[--preemptible] [--range=RANGE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(DEPRECATED) This command is being deprecated. Please use gcloud compute
|
||||
tpus tpu-vm create instead.
|
||||
|
||||
Create a new Cloud TPU.
|
||||
|
||||
EXAMPLES
|
||||
|
|
|
|||
|
|
@ -6,6 +6,9 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(DEPRECATED) This command is being deprecated. Please use gcloud compute
|
||||
tpus tpu-vm delete instead.
|
||||
|
||||
Deletes a Cloud TPU.
|
||||
|
||||
EXAMPLES
|
||||
|
|
|
|||
|
|
@ -5,6 +5,9 @@ SYNOPSIS
|
|||
gcloud compute tpus describe (TPU : --zone=ZONE) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(DEPRECATED) This command is being deprecated. Please use gcloud compute
|
||||
tpus tpu-vm describe instead.
|
||||
|
||||
Describe a Cloud TPU.
|
||||
|
||||
EXAMPLES
|
||||
|
|
|
|||
|
|
@ -47,25 +47,25 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
create
|
||||
Create a new Cloud TPU.
|
||||
(DEPRECATED) Create a new Cloud TPU.
|
||||
|
||||
delete
|
||||
Deletes a Cloud TPU.
|
||||
(DEPRECATED) Deletes a Cloud TPU.
|
||||
|
||||
describe
|
||||
Describe a Cloud TPU.
|
||||
(DEPRECATED) Describe a Cloud TPU.
|
||||
|
||||
list
|
||||
List Cloud TPUs.
|
||||
(DEPRECATED) List Cloud TPUs.
|
||||
|
||||
reimage
|
||||
Reimages the OS on a Cloud TPU.
|
||||
(DEPRECATED) Reimages the OS on a Cloud TPU.
|
||||
|
||||
start
|
||||
Start a Cloud TPU.
|
||||
(DEPRECATED) Start a Cloud TPU.
|
||||
|
||||
stop
|
||||
Stop a Cloud TPU.
|
||||
(DEPRECATED) Stop a Cloud TPU.
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
|
|
|||
|
|
@ -7,6 +7,9 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(DEPRECATED) This command is being deprecated. Please use gcloud compute
|
||||
tpus tpu-vm list instead.
|
||||
|
||||
List Cloud TPUs
|
||||
|
||||
EXAMPLES
|
||||
|
|
|
|||
|
|
@ -6,6 +6,9 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(DEPRECATED) This command is being deprecated. Please use gcloud compute
|
||||
tpus tpu-vm reimage instead.
|
||||
|
||||
Reimages the OS on a Cloud TPU.
|
||||
|
||||
EXAMPLES
|
||||
|
|
|
|||
|
|
@ -6,6 +6,9 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(DEPRECATED) This command is being deprecated. Please use gcloud compute
|
||||
tpus tpu-vm start instead.
|
||||
|
||||
Start a Cloud TPU.
|
||||
|
||||
EXAMPLES
|
||||
|
|
|
|||
|
|
@ -6,6 +6,9 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(DEPRECATED) This command is being deprecated. Please use gcloud compute
|
||||
tpus tpu-vm stop instead.
|
||||
|
||||
Stop a Cloud TPU.
|
||||
|
||||
EXAMPLES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue