mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Mar 1 10:23:17 UTC 2023
This commit is contained in:
parent
7664984b79
commit
bdaa0b3cfc
230 changed files with 8963 additions and 242 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue