1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00

gcloud: Wed Apr 27 09:13:09 UTC 2022

This commit is contained in:
Automated 2022-04-27 09:13:09 +00:00
parent 72862dfe28
commit 532fac5ddb
131 changed files with 1510 additions and 390 deletions

View file

@ -415,7 +415,8 @@ 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
@ -429,11 +430,10 @@ 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.
--machine-type=MACHINE_TYPE
Specifies the machine type used for the instances. To get a list of
@ -740,7 +740,7 @@ 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.
Maintenance Behavior.