1
0
Fork 0
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:
Automated 2023-03-01 10:23:17 +00:00
parent 7664984b79
commit bdaa0b3cfc
230 changed files with 8963 additions and 242 deletions

View file

@ -2,7 +2,8 @@ NAME
gcloud compute disks update - update a Compute Engine persistent disk
SYNOPSIS
gcloud compute disks update DISK_NAME [--update-labels=[KEY=VALUE,...]]
gcloud compute disks update DISK_NAME [--provisioned-iops=PROVISIONED_IOPS]
[--update-labels=[KEY=VALUE,...]]
[--clear-architecture | --update-architecture=UPDATE_ARCHITECTURE]
[--clear-labels | --remove-labels=[KEY,...]]
[--region=REGION | --zone=ZONE] [GCLOUD_WIDE_FLAG ...]
@ -34,6 +35,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.