mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 02:55:19 +00:00
gcloud: Wed Feb 7 10:26:58 UTC 2024
This commit is contained in:
parent
40bc27506b
commit
3efce28165
109 changed files with 4100 additions and 399 deletions
|
|
@ -111,10 +111,18 @@ 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
|
||||
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue