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

gcloud: Thu Jun 8 11:29:23 UTC 2023

This commit is contained in:
Automated 2023-06-08 11:29:23 +00:00
parent 91de7103bb
commit 435c9359b5
115 changed files with 1566 additions and 491 deletions

View file

@ -3,7 +3,7 @@ NAME
SYNOPSIS
gcloud compute disks update DISK_NAME [--provisioned-iops=PROVISIONED_IOPS]
[--provisioned-throughput=PROVISIONED_THROUGHPUT]
[--provisioned-throughput=PROVISIONED_THROUGHPUT] [--size=SIZE]
[--update-labels=[KEY=VALUE,...]]
[--clear-architecture | --update-architecture=UPDATE_ARCHITECTURE]
[--clear-labels | --remove-labels=[KEY,...]]
@ -44,6 +44,12 @@ FLAGS
Provisioned throughput of disk to update. The throughput unit is MB per
sec.
--size=SIZE
Size of the disks. The value must be a whole number followed by a size
unit of GB for gigabyte, or TB for terabyte. If no size unit is
specified, GB is assumed. For details about disk size limits, refer to:
https://cloud.google.com/compute/docs/disks
--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.