mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Aug 24 09:45:53 UTC 2022
This commit is contained in:
parent
c614d893da
commit
978ed239f6
127 changed files with 2957 additions and 251 deletions
|
|
@ -3,7 +3,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud compute disks create DISK_NAME [DISK_NAME ...]
|
||||
[--csek-key-file=FILE] [--description=DESCRIPTION]
|
||||
[--architecture=ARCHITECTURE] [--csek-key-file=FILE]
|
||||
[--description=DESCRIPTION]
|
||||
[--guest-os-features=[GUEST_OS_FEATURE,...]] [--labels=[KEY=VALUE,...]]
|
||||
[--licenses=[LICENSE,...]] [--provisioned-iops=PROVISIONED_IOPS]
|
||||
[--replica-zones=ZONE,ZONE] [--no-require-csek-key-create]
|
||||
|
|
@ -49,6 +50,12 @@ POSITIONAL ARGUMENTS
|
|||
https://cloud.google.com/compute/docs/naming-resources
|
||||
|
||||
FLAGS
|
||||
--architecture=ARCHITECTURE
|
||||
Specifies the architecture or processor type that this disk can
|
||||
support. For available processor types on Compute Engine, see
|
||||
https://cloud.google.com/compute/docs/cpu-platforms. ARCHITECTURE must
|
||||
be one of: ARM64, X86_64.
|
||||
|
||||
--csek-key-file=FILE
|
||||
Path to a Customer-Supplied Encryption Key (CSEK) key file that maps
|
||||
Compute Engine resources to user managed keys to be used when creating,
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud compute disks update DISK_NAME [--update-labels=[KEY=VALUE,...]]
|
||||
[--clear-architecture | --update-architecture=UPDATE_ARCHITECTURE]
|
||||
[--clear-labels | --remove-labels=[KEY,...]]
|
||||
[--region=REGION | --zone=ZONE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -42,6 +43,17 @@ FLAGS
|
|||
contain only hyphens (-), underscores (_), lowercase characters, and
|
||||
numbers.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-architecture
|
||||
Removes the architecture or processor type annotation from the disk.
|
||||
|
||||
--update-architecture=UPDATE_ARCHITECTURE
|
||||
Updates the architecture or processor type that this disk can
|
||||
support. For available processor types on Compute Engine, see
|
||||
https://cloud.google.com/compute/docs/cpu-platforms.
|
||||
UPDATE_ARCHITECTURE must be one of: ARM64, X86_64.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-labels
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue