1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00

gcloud: Wed Feb 7 10:26:58 UTC 2024

This commit is contained in:
Automated 2024-02-07 10:26:58 +00:00
parent 40bc27506b
commit 3efce28165
109 changed files with 4100 additions and 399 deletions

View file

@ -8,7 +8,8 @@ SYNOPSIS
[--merge-source-commitments=MERGE_SOURCE_COMMITMENTS] [--region=REGION]
[--split-source-commitment=SPLIT_SOURCE_COMMITMENT]
[--type=TYPE; default="general-purpose"]
[--reservations-from-file=RESERVATIONS_FROM_FILE
[--existing-reservation=[name=NAME],[zone=ZONE]
| --reservations-from-file=RESERVATIONS_FROM_FILE
| [--reservation=RESERVATION : --reservation-zone=RESERVATION_ZONE
--accelerator=[count=COUNT],[type=TYPE]
--local-ssd=[interface=INTERFACE],[size=SIZE]
@ -106,6 +107,20 @@ OPTIONAL FLAGS
At most one of these can be specified:
--existing-reservation=[name=NAME],[zone=ZONE]
Details of the existing on-demand reservation or auto-created future
reservation that you want to attach to your commitment. Specify a new
instance of this flag for every existing reservation that you want to
attach. The reservations must be in the same region as the
commitment.
name
The name of the reservation.
zone
The zone of the reservation. For example, to attach an existing
reservation named reservation-name in the zone reservation-zone,
use the following text:
--existing-reservation=name=reservation-name,zone=reservation-zone
--reservations-from-file=RESERVATIONS_FROM_FILE
Path to a YAML file of multiple reservations' configuration.