mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Mar 19 10:42:21 UTC 2025
This commit is contained in:
parent
a459a88a5f
commit
e555fef0aa
170 changed files with 6428 additions and 659 deletions
|
|
@ -7,7 +7,7 @@ SYNOPSIS
|
|||
(--source-instance-template=SOURCE_INSTANCE_TEMPLATE
|
||||
| [--machine-type=MACHINE_TYPE
|
||||
: --accelerator=[count=COUNT],[type=TYPE]
|
||||
--local-ssd=[interface=INTERFACE],[size=SIZE]
|
||||
--local-ssd=[count=COUNT],[interface=INTERFACE],[size=SIZE]
|
||||
--min-cpu-platform=MIN_CPU_PLATFORM])
|
||||
: --require-specific-reservation --resource-policies=[KEY=VALUE,...])
|
||||
[--description=DESCRIPTION]
|
||||
|
|
@ -96,7 +96,7 @@ REQUIRED FLAGS
|
|||
reservation. Use gcloud compute accelerator-types list to
|
||||
learn about all available accelerator types.
|
||||
|
||||
--local-ssd=[interface=INTERFACE],[size=SIZE]
|
||||
--local-ssd=[count=COUNT],[interface=INTERFACE],[size=SIZE]
|
||||
Manage the size and the interface of local SSD to use. See
|
||||
https://cloud.google.com/compute/docs/disks/local-ssd for more
|
||||
information.
|
||||
|
|
@ -107,6 +107,9 @@ REQUIRED FLAGS
|
|||
higher performance.
|
||||
size
|
||||
The size of the local SSD in base-2 GB.
|
||||
count
|
||||
The number of local SSD to use per VM. If you don't specify
|
||||
this argument, then the default value is 1.
|
||||
|
||||
--min-cpu-platform=MIN_CPU_PLATFORM
|
||||
Optional minimum CPU platform of the reservation to create.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue