1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-19 07:15:23 +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,7 +3,9 @@ NAME
SYNOPSIS
gcloud beta compute disks update DISK_NAME
[--provisioned-iops=PROVISIONED_IOPS] [--update-labels=[KEY=VALUE,...]]
[--provisioned-iops=PROVISIONED_IOPS]
[--provisioned-throughput=PROVISIONED_THROUGHPUT]
[--update-labels=[KEY=VALUE,...]]
[--clear-architecture | --update-architecture=UPDATE_ARCHITECTURE]
[--clear-labels | --remove-labels=[KEY,...]]
[--clear-user-licenses | --update-user-licenses=[LICENSE,...]]
@ -42,6 +44,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.