1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Dec 6 10:10:36 UTC 2023

This commit is contained in:
Automated 2023-12-06 10:10:36 +00:00
parent d3074f94bb
commit f36750d203
469 changed files with 9617 additions and 1400 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]
@ -109,6 +110,12 @@ OPTIONAL FLAGS
At most one of these can be specified:
--existing-reservation=[name=NAME],[zone=ZONE]
Name and Zone of a reservation to attach to the commitment on
creation. These reservations must be in the same region as the CUD.
example:
--existing-reservation=name=reservation-name,zone=reservation-zone
--reservations-from-file=RESERVATIONS_FROM_FILE
Path to a YAML file of multiple reservations' configuration.