1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Oct 11 10:37:28 UTC 2023

This commit is contained in:
Automated 2023-10-11 10:37:28 +00:00
parent 9641ff6585
commit c30bb7b4ce
137 changed files with 3139 additions and 267 deletions

View file

@ -3,9 +3,9 @@ NAME
SYNOPSIS
gcloud alpha compute disks create DISK_NAME [DISK_NAME ...]
[--architecture=ARCHITECTURE] [--confidential-compute]
[--csek-key-file=FILE] [--description=DESCRIPTION]
[--erase-windows-vss-signature]
[--access-mode=ACCESS_MODE] [--architecture=ARCHITECTURE]
[--confidential-compute] [--csek-key-file=FILE]
[--description=DESCRIPTION] [--erase-windows-vss-signature]
[--guest-os-features=[GUEST_OS_FEATURE,...]] [--interface=INTERFACE]
[--labels=[KEY=VALUE,...]] [--licenses=[LICENSE,...]] [--multi-writer]
[--physical-block-size=PHYSICAL_BLOCK_SIZE; default="4096"]
@ -62,6 +62,10 @@ POSITIONAL ARGUMENTS
https://cloud.google.com/compute/docs/naming-resources
FLAGS
--access-mode=ACCESS_MODE
Specifies the access mode that the disk can support. ACCESS_MODE must
be one of: READ_ONLY_MANY, READ_WRITE_MANY, READ_WRITE_SINGLE.
--architecture=ARCHITECTURE
Specifies the architecture or processor type that this disk can
support. For available processor types on Compute Engine, see

View file

@ -2,7 +2,7 @@ NAME
gcloud alpha compute disks update - update a Compute Engine persistent disk
SYNOPSIS
gcloud alpha compute disks update DISK_NAME
gcloud alpha compute disks update DISK_NAME [--access-mode=ACCESS_MODE]
[--provisioned-iops=PROVISIONED_IOPS]
[--provisioned-throughput=PROVISIONED_THROUGHPUT] [--size=SIZE]
[--update-labels=[KEY=VALUE,...]]
@ -40,6 +40,10 @@ POSITIONAL ARGUMENTS
Name of the disk to update.
FLAGS
--access-mode=ACCESS_MODE
Specifies the access mode that the disk can support. ACCESS_MODE must
be one of: READ_ONLY_MANY, READ_WRITE_MANY, READ_WRITE_SINGLE.
--provisioned-iops=PROVISIONED_IOPS
Provisioned IOPS of disk to update. Only for use with disks of type
hyperdisk-extreme.