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
|
|
@ -59,9 +59,10 @@ POSITIONAL ARGUMENTS
|
|||
|
||||
FLAGS
|
||||
--architecture=ARCHITECTURE
|
||||
Storage resources can be used to create boot disks compatible with
|
||||
different machine architectures. ARCHITECTURE must be one of: ARM64,
|
||||
X86_64.
|
||||
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
|
||||
|
|
|
|||
|
|
@ -50,12 +50,13 @@ FLAGS
|
|||
At most one of these can be specified:
|
||||
|
||||
--clear-architecture
|
||||
Remove the architecture annotation on a disk.
|
||||
Removes the architecture or processor type annotation from the disk.
|
||||
|
||||
--update-architecture=UPDATE_ARCHITECTURE
|
||||
Storage resources can be used to create boot disks compatible with
|
||||
different machine architectures. UPDATE_ARCHITECTURE must be one of:
|
||||
ARM64, X86_64.
|
||||
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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue