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

gcloud: Wed Mar 1 10:23:17 UTC 2023

This commit is contained in:
Automated 2023-03-01 10:23:17 +00:00
parent 7664984b79
commit bdaa0b3cfc
230 changed files with 8963 additions and 242 deletions

View file

@ -113,9 +113,8 @@ FLAGS
16384.
--provisioned-iops=PROVISIONED_IOPS
Provisioned IOPS of pd-extreme disk to create. Only for use with disks
of type pd-extreme. If specified, the value must be in the range
between 2500 and 120000. If not specified, the default value is 100000.
Provisioned IOPS of disk to create. Only for use with disks of type
pd-extreme and hyperdisk-extreme.
--replica-zones=ZONE,ZONE
A comma-separated list of exactly 2 zones that a regional disk will be

View file

@ -3,7 +3,7 @@ NAME
SYNOPSIS
gcloud beta compute disks update DISK_NAME
[--update-labels=[KEY=VALUE,...]]
[--provisioned-iops=PROVISIONED_IOPS] [--update-labels=[KEY=VALUE,...]]
[--clear-architecture | --update-architecture=UPDATE_ARCHITECTURE]
[--clear-labels | --remove-labels=[KEY,...]]
[--clear-user-licenses | --update-user-licenses=[LICENSE,...]]
@ -38,6 +38,10 @@ POSITIONAL ARGUMENTS
Name of the disk to update.
FLAGS
--provisioned-iops=PROVISIONED_IOPS
Provisioned IOPS of disk to update. Only for use with disks of type
hyperdisk-extreme.
--update-labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to update. If a label exists, its value
is modified. Otherwise, a new label is created.