mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Wed Jun 12 09:25:04 UTC 2024
This commit is contained in:
parent
40ba53d37f
commit
04a1e3ce77
205 changed files with 8281 additions and 231 deletions
|
|
@ -2,7 +2,8 @@ NAME
|
|||
gcloud compute disks update - update a Compute Engine persistent disk
|
||||
|
||||
SYNOPSIS
|
||||
gcloud compute disks update DISK_NAME [--provisioned-iops=PROVISIONED_IOPS]
|
||||
gcloud compute disks update DISK_NAME [--access-mode=ACCESS_MODE]
|
||||
[--provisioned-iops=PROVISIONED_IOPS]
|
||||
[--provisioned-throughput=PROVISIONED_THROUGHPUT] [--size=SIZE]
|
||||
[--update-labels=[KEY=VALUE,...]]
|
||||
[--clear-architecture | --update-architecture=UPDATE_ARCHITECTURE]
|
||||
|
|
@ -36,6 +37,14 @@ POSITIONAL ARGUMENTS
|
|||
Name of the disk to update.
|
||||
|
||||
FLAGS
|
||||
--access-mode=ACCESS_MODE
|
||||
Specifie how VMs attached to the disk can access the data on the disk.
|
||||
To grant read-only access to multiple VMs attached to the disk, set
|
||||
access-mode to READ_ONLY_MANY. To grant read-write access to only one
|
||||
VM attached to the disk, use READ_WRITE_SINGLE. READ_WRITE_SINGLE is
|
||||
used if omitted. 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue