mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Thu Jan 19 00:56:33 UTC 2023
This commit is contained in:
parent
348d9760ee
commit
1248f773ec
1462 changed files with 51835 additions and 5402 deletions
|
|
@ -8,7 +8,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]
|
||||
--maintenance-freeze-duration=MAINTENANCE_FREEZE_DURATION
|
||||
--maintenance-interval=MAINTENANCE_INTERVAL
|
||||
--min-cpu-platform=MIN_CPU_PLATFORM])
|
||||
|
|
@ -74,7 +74,7 @@ REQUIRED FLAGS
|
|||
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.
|
||||
|
|
@ -85,6 +85,8 @@ 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. Default value is 1.
|
||||
|
||||
--maintenance-freeze-duration=MAINTENANCE_FREEZE_DURATION
|
||||
Specifies the amount of hours after instance creation where the
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ SYNOPSIS
|
|||
[--planning-status=PLANNING_STATUS] [--total-count=TOTAL_COUNT]
|
||||
[--zone=ZONE]
|
||||
[--accelerator=[count=COUNT],[type=TYPE]
|
||||
--local-ssd=[interface=INTERFACE],[size=SIZE]
|
||||
--local-ssd=[count=COUNT],[interface=INTERFACE],[size=SIZE]
|
||||
--machine-type=MACHINE_TYPE
|
||||
--maintenance-interval=MAINTENANCE_INTERVAL
|
||||
--min-cpu-platform=MIN_CPU_PLATFORM]
|
||||
|
|
@ -84,7 +84,7 @@ FLAGS
|
|||
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.
|
||||
|
|
@ -95,6 +95,8 @@ FLAGS
|
|||
performance.
|
||||
size
|
||||
The size of the local SSD in base-2 GB.
|
||||
count
|
||||
The number of local SSD to use per VM. Default value is 1.
|
||||
|
||||
--machine-type=MACHINE_TYPE
|
||||
The type of machine (name only) that has a fixed number of vCPUs and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue