mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +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,8 +3,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta compute disks create DISK_NAME [DISK_NAME ...]
|
||||
[--csek-key-file=FILE] [--description=DESCRIPTION]
|
||||
[--erase-windows-vss-signature]
|
||||
[--architecture=ARCHITECTURE] [--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"]
|
||||
|
|
@ -53,6 +53,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,
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud beta compute disks update DISK_NAME
|
||||
[--update-labels=[KEY=VALUE,...]]
|
||||
[--clear-architecture | --update-architecture=UPDATE_ARCHITECTURE]
|
||||
[--clear-labels | --remove-labels=[KEY,...]]
|
||||
[--clear-user-licenses | --update-user-licenses=[LICENSE,...]]
|
||||
[--region=REGION | --zone=ZONE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -46,6 +47,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