mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Nov 1 10:29:29 UTC 2023
This commit is contained in:
parent
ecf00beb5e
commit
f2c5d1d45f
371 changed files with 9433 additions and 9676 deletions
|
|
@ -7,6 +7,8 @@ SYNOPSIS
|
|||
[--description=DESCRIPTION] [--guest-flush] [--labels=[KEY=VALUE,...]]
|
||||
[--max-retention-days=MAX_RETENTION_DAYS]
|
||||
[--snapshot-type=SNAPSHOT_TYPE] [--source-disk=SOURCE_DISK]
|
||||
[--source-disk-for-recovery-checkpoint=SOURCE_DISK_FOR_RECOVERY_CHECKPOINT]
|
||||
[--source-disk-for-recovery-checkpoint-region=SOURCE_DISK_FOR_RECOVERY_CHECKPOINT_REGION]
|
||||
[--source-disk-key-file=FILE]
|
||||
[--source-instant-snapshot=SOURCE_INSTANT_SNAPSHOT]
|
||||
[--source-instant-snapshot-key-file=FILE] [--storage-location=LOCATION]
|
||||
|
|
@ -86,6 +88,17 @@ FLAGS
|
|||
disk. For example:
|
||||
https://www.googleapis.com/compute/v1/projects/MY-PROJECT/zones/MY-ZONE/disks/MY-DISK
|
||||
|
||||
--source-disk-for-recovery-checkpoint=SOURCE_DISK_FOR_RECOVERY_CHECKPOINT
|
||||
Source disk whose recovery checkpoint used to create the snapshot. To
|
||||
create a snapshot from the recovery checkpoint of a source disk in a
|
||||
different project, specify the full path to the source disk. For
|
||||
example: projects/MY-PROJECT/regions/MY-REGION/disks/MY-DISK
|
||||
|
||||
--source-disk-for-recovery-checkpoint-region=SOURCE_DISK_FOR_RECOVERY_CHECKPOINT_REGION
|
||||
Region of the source disk for recovery checkpoint to operate on.
|
||||
Overrides the default compute/region property value for this command
|
||||
invocation.
|
||||
|
||||
--source-disk-key-file=FILE
|
||||
Path to the customer-supplied encryption key of the source disk.
|
||||
Required if the source disk is protected by a customer-supplied
|
||||
|
|
|
|||
|
|
@ -88,13 +88,18 @@ FLAGS
|
|||
--region=REGION
|
||||
Configures the region to use when connecting via IP address or FQDN.
|
||||
|
||||
--network=NETWORK
|
||||
Configures the VPC network to use when connecting via IP address or
|
||||
FQDN.
|
||||
At most one of these can be specified:
|
||||
|
||||
--dest-group=DEST_GROUP
|
||||
Configures the destination group to use when connecting via IP address
|
||||
or FQDN.
|
||||
--network=NETWORK
|
||||
Configures the VPC network to use when connecting via IP address or
|
||||
FQDN.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--dest-group=DEST_GROUP
|
||||
Configures the destination group to use when connecting via IP
|
||||
address or FQDN.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@ REQUIRED FLAGS
|
|||
in this group are specified.
|
||||
|
||||
--type=TYPE
|
||||
Type of TPU. TYPE must be one of: v2, v3, v4.
|
||||
Type of TPU. TYPE must be one of: v2, v3, v4, v5litepod.
|
||||
|
||||
This flag argument must be specified if any of the other arguments
|
||||
in this group are specified.
|
||||
|
|
|
|||
|
|
@ -225,7 +225,7 @@ OPTIONAL FLAGS
|
|||
in this group are specified.
|
||||
|
||||
--type=TYPE
|
||||
Type of TPU. TYPE must be one of: v2, v3, v4.
|
||||
Type of TPU. TYPE must be one of: v2, v3, v4, v5litepod.
|
||||
|
||||
This flag argument must be specified if any of the other arguments
|
||||
in this group are specified.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue