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:
parent
4ccfc7a5e3
commit
5fabf24be7
269 changed files with 6797 additions and 464 deletions
|
|
@ -8,15 +8,18 @@ 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] [--replica-zones=ZONE,ZONE]
|
||||
[--no-require-csek-key-create]
|
||||
[--resource-policies=[RESOURCE_POLICY,...]] [--size=SIZE] [--type=TYPE]
|
||||
[--image-family-scope=IMAGE_FAMILY_SCOPE
|
||||
--image-project=IMAGE_PROJECT --image=IMAGE
|
||||
| --image-family=IMAGE_FAMILY | --source-disk=SOURCE_DISK
|
||||
| --source-snapshot=SOURCE_SNAPSHOT]
|
||||
| --image-family=IMAGE_FAMILY | --primary-disk=PRIMARY_DISK
|
||||
| --source-disk=SOURCE_DISK | --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] [GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -113,6 +116,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.
|
||||
|
|
@ -192,6 +198,10 @@ FLAGS
|
|||
practice to use --image-family when the latest version of an image is
|
||||
needed.
|
||||
|
||||
--primary-disk=PRIMARY_DISK
|
||||
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
|
||||
disk after a disk has been created from the source disk. To get a
|
||||
|
|
@ -250,6 +260,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue