1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Mar 29 10:40:15 UTC 2023

This commit is contained in:
Automated 2023-03-29 10:40:15 +00:00
parent 4ccfc7a5e3
commit 5fabf24be7
269 changed files with 6797 additions and 464 deletions

View file

@ -9,9 +9,8 @@ SYNOPSIS
DESCRIPTION
(ALPHA) gcloud alpha compute disks bulk create facilitates the creation of
multiple Compute Engine disks with a single command. Currently, this
includes the ability to consistently clone a set of Async PD secondary
disks with the same consistency group policy.
multiple Compute Engine disks with a single command. This includes cloning
a set of Async PD secondary disks with the same consistency group policy.
EXAMPLES
To consistently clone secondary disks with the same consistency group
@ -27,7 +26,7 @@ EXAMPLES
REQUIRED FLAGS
--source-consistency-group-policy=SOURCE_CONSISTENCY_GROUP_POLICY
URL of the source consistency group resource policy. The resource
policy is always in the region of the source disks.
policy is always the same region as the source disks.
Exactly one of these must be specified:
@ -85,5 +84,7 @@ 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.
access allowlist. This variant is also available:
$ gcloud beta compute disks bulk create

View file

@ -24,5 +24,7 @@ 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.
access allowlist. This variant is also available:
$ gcloud beta compute disks bulk

View file

@ -9,6 +9,7 @@ SYNOPSIS
[--guest-os-features=[GUEST_OS_FEATURE,...]] [--interface=INTERFACE]
[--labels=[KEY=VALUE,...]] [--licenses=[LICENSE,...]] [--multi-writer]
[--physical-block-size=PHYSICAL_BLOCK_SIZE; default="4096"]
[--primary-disk-project=PRIMARY_DISK_PROJECT]
[--provisioned-iops=PROVISIONED_IOPS]
[--provisioned-throughput=PROVISIONED_THROUGHPUT]
[--replica-zones=ZONE,ZONE] [--no-require-csek-key-create]
@ -22,12 +23,11 @@ SYNOPSIS
| --source-snapshot=SOURCE_SNAPSHOT]
[--kms-key=KMS_KEY : --kms-keyring=KMS_KEYRING
--kms-location=KMS_LOCATION --kms-project=KMS_PROJECT]
[--primary-disk-region=PRIMARY_DISK_REGION
| --primary-disk-zone=PRIMARY_DISK_ZONE]
[--region=REGION | --zone=ZONE]
[--source-disk-region=SOURCE_DISK_REGION
| --source-disk-zone=SOURCE_DISK_ZONE]
[--primary-disk-project=PRIMARY_DISK_PROJECT]
[--primary-disk-region=PRIMARY_DISK_REGION
| --primary-disk-zone=PRIMARY_DISK_ZONE] [GCLOUD_WIDE_FLAG ...]
| --source-disk-zone=SOURCE_DISK_ZONE] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) gcloud alpha compute disks create creates one or more Compute
@ -125,6 +125,9 @@ FLAGS
4096(default) and 16384. PHYSICAL_BLOCK_SIZE must be one of: 4096,
16384.
--primary-disk-project=PRIMARY_DISK_PROJECT
Project of the primary disk for asynchronous replication.
--provisioned-iops=PROVISIONED_IOPS
Provisioned IOPS of disk to create. Only for use with disks of type
pd-extreme and hyperdisk-extreme.
@ -277,6 +280,18 @@ FLAGS
▸ provide the argument --kms-project on the command line;
▸ set the property core/project.
At most one of these can be specified:
--primary-disk-region=PRIMARY_DISK_REGION
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 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:
--region=REGION
@ -332,22 +347,6 @@ FLAGS
disk is in the same zone as the source disk. Overrides the default
compute/zone property value for this command invocation.
ASYNC PD FLAGS
--primary-disk-project=PRIMARY_DISK_PROJECT
Project of the primary disk for asynchronous replication.
At most one of these can be specified:
--primary-disk-region=PRIMARY_DISK_REGION
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 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.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,

View file

@ -15,9 +15,8 @@ DESCRIPTION
invoked on the primary disk and --secondary-disk must be provided.
EXAMPLES
Replication can only be started from the primary scope. To start
replication from the primary disk 'my-disk-1' in zone us-east1-a to the
secondary disk 'my-disk-2' in zone us-west1-a:
Start replication from the primary disk 'my-disk-1' in zone us-east1-a to
the secondary disk 'my-disk-2' in zone us-west1-a:
$ gcloud alpha compute disks start-async-replication my-disk-1 \
--zone=us-east1-a --secondary-disk=my-disk-2 \
@ -103,5 +102,7 @@ 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.
access allowlist. This variant is also available:
$ gcloud beta compute disks start-async-replication

View file

@ -102,5 +102,7 @@ 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.
access allowlist. This variant is also available:
$ gcloud beta compute disks stop-async-replication

View file

@ -92,5 +92,7 @@ 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.
access allowlist. This variant is also available:
$ gcloud beta compute disks stop-group-async-replication