mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Apr 27 09:13:09 UTC 2022
This commit is contained in:
parent
72862dfe28
commit
532fac5ddb
131 changed files with 1510 additions and 390 deletions
|
|
@ -421,7 +421,8 @@ OPTIONAL FLAGS
|
|||
--local-ssd=[device-name=DEVICE-NAME],[interface=INTERFACE],[size=SIZE]
|
||||
Attaches a local SSD to the instances.
|
||||
|
||||
This flag is currently in BETA and might change without notice.
|
||||
This flag is currently in alpha and beta versions only and might change
|
||||
without notice.
|
||||
|
||||
device-name
|
||||
Optional. A name that indicates the disk name the guest operating
|
||||
|
|
@ -435,11 +436,10 @@ OPTIONAL FLAGS
|
|||
higher performance.
|
||||
|
||||
size
|
||||
Optional. Size of the SSD disk. The value must be a whole number
|
||||
followed by a size unit of KB for kilobyte, MB for megabyte, GB for
|
||||
gigabyte, or TB for terabyte. For example, 750GB will produce a 750
|
||||
gigabyte disk. The size must be a multiple of 375 GB and the
|
||||
default is 375 GB. For Alpha API only.
|
||||
Optional. The only valid value is 375GB. Specify the --local-ssd
|
||||
flag multiple times if you need multiple 375GB local SSD
|
||||
partitions. You can specify a maximum of 24 local SSDs for a
|
||||
maximum of 9TB attached to an instance.
|
||||
|
||||
--location-policy=[ZONE=POLICY,...]
|
||||
Policy for which zones to include or exclude during bulk instance
|
||||
|
|
@ -802,7 +802,7 @@ OPTIONAL FLAGS
|
|||
practice to use --image-family when the latest version of an image is
|
||||
needed.
|
||||
|
||||
By default, debian-10 is assumed for this flag.
|
||||
By default, debian-11 is assumed for this flag.
|
||||
|
||||
--source-snapshot=SOURCE_SNAPSHOT
|
||||
The name of the source disk snapshot that the instance boot disk will
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue