mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-21 14:39:15 +00:00
gcloud: Wed Sep 21 11:28:40 UTC 2022
This commit is contained in:
parent
8f4214beb2
commit
29683b8af4
122 changed files with 2393 additions and 199 deletions
|
|
@ -8,8 +8,9 @@ SYNOPSIS
|
|||
[--guest-os-features=[GUEST_OS_FEATURE,...]] [--interface=INTERFACE]
|
||||
[--labels=[KEY=VALUE,...]] [--licenses=[LICENSE,...]] [--multi-writer]
|
||||
[--physical-block-size=PHYSICAL_BLOCK_SIZE; default="4096"]
|
||||
[--provisioned-iops=PROVISIONED_IOPS] [--replica-zones=ZONE,ZONE]
|
||||
[--no-require-csek-key-create]
|
||||
[--provisioned-iops=PROVISIONED_IOPS]
|
||||
[--provisioned-throughput=PROVISIONED_THROUGHPUT]
|
||||
[--replica-zones=ZONE,ZONE] [--no-require-csek-key-create]
|
||||
[--resource-policies=[RESOURCE_POLICY,...]] [--size=SIZE] [--type=TYPE]
|
||||
[--user-licenses=[LICENSE,...]]
|
||||
[--image-family-scope=IMAGE_FAMILY_SCOPE
|
||||
|
|
@ -125,6 +126,10 @@ FLAGS
|
|||
between 10000 and 120000. If not specified, the default value is
|
||||
100000.
|
||||
|
||||
--provisioned-throughput=PROVISIONED_THROUGHPUT
|
||||
Provisioned throughput of disk to create. The throughput unit is MB per
|
||||
sec. Only for use with disks of type hyperdisk-throughput.
|
||||
|
||||
--replica-zones=ZONE,ZONE
|
||||
A comma-separated list of exactly 2 zones that a regional disk will be
|
||||
replicated to. Required when creating regional disk. The zones must be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue