1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-20 13:10:18 +00:00

gcloud: Thu Jan 19 00:56:33 UTC 2023

This commit is contained in:
Automated 2023-01-19 00:56:33 +00:00
parent 348d9760ee
commit 1248f773ec
1462 changed files with 51835 additions and 5402 deletions

View file

@ -3,7 +3,9 @@ NAME
SYNOPSIS
gcloud compute reservations create RESERVATION
(--vm-count=VM_COUNT ([--machine-type=MACHINE_TYPE
(--vm-count=VM_COUNT
(--source-instance-template=SOURCE_INSTANCE_TEMPLATE
| [--machine-type=MACHINE_TYPE
: --accelerator=[count=COUNT],[type=TYPE]
--local-ssd=[interface=INTERFACE],[size=SIZE]
--min-cpu-platform=MIN_CPU_PLATFORM])
@ -46,7 +48,12 @@ REQUIRED FLAGS
Manage the instance properties for the SpecificSKU reservation.
This must be specified.
Exactly one of these must be specified:
--source-instance-template=SOURCE_INSTANCE_TEMPLATE
The url of the instance template that will be used to populate the
fields of the reservation. Instance properties can not be defined
in addition to source instance template.
Define the individual instance properties for the SpecificSKU
reservation.