1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-20 21:20:07 +00:00

gcloud: Wed Mar 19 10:42:21 UTC 2025

This commit is contained in:
Automated 2025-03-19 10:42:21 +00:00
parent a459a88a5f
commit e555fef0aa
170 changed files with 6428 additions and 659 deletions

View file

@ -18,11 +18,11 @@ DESCRIPTION
https://cloud.google.com/sdk/gcloud/reference/compute/disks/convert.
EXAMPLES
The following command converts a PD Standard disk to a Hyperdisk
Throughput:
The following command converts a Persistent Disk volume to a Hyperdisk
Balanced volume:
$ gcloud alpha compute disks convert my-disk-1 --zone=ZONE \
--target-disk-type=hyperdisk-throughput
--target-disk-type=hyperdisk-balanced
POSITIONAL ARGUMENTS
DISK_NAME

View file

@ -3,6 +3,7 @@ NAME
SYNOPSIS
gcloud alpha compute disks update DISK_NAME [--access-mode=ACCESS_MODE]
[--add-guest-os-features=ADD_GUEST_OS_FEATURES]
[--provisioned-iops=PROVISIONED_IOPS]
[--provisioned-throughput=PROVISIONED_THROUGHPUT] [--size=SIZE]
[--update-labels=[KEY=VALUE,...]]
@ -72,6 +73,12 @@ FLAGS
used if omitted. ACCESS_MODE must be one of: READ_ONLY_MANY,
READ_WRITE_MANY, READ_WRITE_SINGLE.
--add-guest-os-features=ADD_GUEST_OS_FEATURES
Specifies guest OS features to add to the disk. Refer to
https://cloud.google.com/compute/docs/images/create-custom#guest-os-features
for a list of available options. ADD_GUEST_OS_FEATURES must be (only
one value is supported): GVNIC.
--provisioned-iops=PROVISIONED_IOPS
Provisioned IOPS of disk to update. Only for use with disks of type
hyperdisk-extreme.