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

gcloud: Wed Jun 12 09:25:04 UTC 2024

This commit is contained in:
Automated 2024-06-12 09:25:04 +00:00
parent 40ba53d37f
commit 04a1e3ce77
205 changed files with 8281 additions and 231 deletions

View file

@ -3,8 +3,9 @@ NAME
SYNOPSIS
gcloud compute disks create DISK_NAME [DISK_NAME ...]
[--architecture=ARCHITECTURE] [--confidential-compute]
[--csek-key-file=FILE] [--description=DESCRIPTION]
[--access-mode=ACCESS_MODE] [--architecture=ARCHITECTURE]
[--confidential-compute] [--csek-key-file=FILE]
[--description=DESCRIPTION]
[--guest-os-features=[GUEST_OS_FEATURE,...]] [--labels=[KEY=VALUE,...]]
[--licenses=[LICENSE,...]]
[--primary-disk-project=PRIMARY_DISK_PROJECT]
@ -58,6 +59,14 @@ POSITIONAL ARGUMENTS
https://cloud.google.com/compute/docs/naming-resources
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.
--architecture=ARCHITECTURE
Specifies the architecture or processor type that this disk can
support. For available processor types on Compute Engine, see