1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-19 07:15:23 +00:00

gcloud: Tue Mar 1 21:43:54 UTC 2022

This commit is contained in:
Automated 2022-03-01 21:43:54 +00:00
parent c1c3b75313
commit 21878eea72
1018 changed files with 4838 additions and 3409 deletions

View file

@ -204,8 +204,8 @@ FLAGS
needed.
--primary-disk=PRIMARY_DISK
Primary disk from which data will replicate to the disk
asynchronously.
Primary disk for asynchronous replication. This flag is required when
creating a secondary disk.
--source-disk=SOURCE_DISK
Source disk used to create the disk(s). It is safe to delete a source
@ -271,14 +271,14 @@ FLAGS
At most one of these can be specified:
--primary-disk-region=PRIMARY_DISK_REGION
Region of the async primary disk, it cannot be the same as the region
of the secondary disk that's to be created. Overrides the default
compute/region property value for this command invocation.
Region of the primary disk for asynchronous replication. The primary
and secondary disks must not be in the same region. Overrides the
default compute/region property value for this command invocation.
--primary-disk-zone=PRIMARY_DISK_ZONE
Zone of the async primary disk, it cannot be in the same region as
the secondary disk that's to be created. Overrides the default
compute/zone property value for this command invocation.
Zone of the primary disk for asynchronous replication. The primary
and secondary disks must not be in the same region. Overrides the
default compute/zone property value for this command invocation.
At most one of these can be specified:
@ -326,14 +326,14 @@ FLAGS
At most one of these can be specified:
--source-disk-region=SOURCE_DISK_REGION
Region of the source disk, this argument is not required if target
disk is in same region of source disk. Overrides the default
compute/region property value for this command invocation.
Region of the source disk. This argument is not required if the
target disk is in the same region as the source disk. Overrides the
default compute/region property value for this command invocation.
--source-disk-zone=SOURCE_DISK_ZONE
Zone of the source disk, this argument is not required if target disk
is in same zone of source disk. Overrides the default compute/zone
property value for this command invocation.
Zone of the source disk. This argument is not required if the target
disk is in the same zone as the source disk. Overrides the default
compute/zone property value for this command invocation.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,

View file

@ -35,9 +35,10 @@ POSITIONAL ARGUMENTS
FLAGS
--secondary-disk=SECONDARY_DISK
Secondary disk to stop asynchronous replication to. Supplied if and
only if the target disk is a primary disk in an asynchronously
replicated pair.
Secondary disk for asynchronous replication. This flag is required when
starting replication. It is also required when stopping replication on
the primary disk. It must not be used when stopping replication on the
secondary disk.
At most one of these can be specified:
@ -85,12 +86,13 @@ FLAGS
At most one of these can be specified:
--secondary-disk-region=SECONDARY_DISK_REGION
Region of the async secondary disk. Overrides the default
compute/region property value for this command invocation.
Region of the secondary disk for asynchronous replication. Overrides
the default compute/region property value for this command
invocation.
--secondary-disk-zone=SECONDARY_DISK_ZONE
Zone of the async secondary disk. Overrides the default compute/zone
property value for this command invocation.
Zone of the secondary disk for asynchronous replication. Overrides
the default compute/zone property value for this command invocation.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,