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

gcloud: Wed May 24 10:23:00 UTC 2023

This commit is contained in:
Automated 2023-05-24 10:23:00 +00:00
parent a56fab68e5
commit d0919dce4f
151 changed files with 3286 additions and 306 deletions

View file

@ -3,6 +3,7 @@ NAME
SYNOPSIS
gcloud compute disks update DISK_NAME [--provisioned-iops=PROVISIONED_IOPS]
[--provisioned-throughput=PROVISIONED_THROUGHPUT]
[--update-labels=[KEY=VALUE,...]]
[--clear-architecture | --update-architecture=UPDATE_ARCHITECTURE]
[--clear-labels | --remove-labels=[KEY,...]]
@ -39,6 +40,10 @@ FLAGS
Provisioned IOPS of disk to update. Only for use with disks of type
hyperdisk-extreme.
--provisioned-throughput=PROVISIONED_THROUGHPUT
Provisioned throughput of disk to update. The throughput unit is MB per
sec.
--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.