1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +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,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,