mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 13:10:18 +00:00
gcloud: Wed Jan 8 10:03:00 UTC 2025
This commit is contained in:
parent
52290f76fe
commit
5a9f5ff67e
161 changed files with 2678 additions and 414 deletions
|
|
@ -16,6 +16,7 @@ SYNOPSIS
|
|||
[--deployment-type=DEPLOYMENT_TYPE] [--description=DESCRIPTION]
|
||||
[--name-prefix=NAME_PREFIX] [--planning-status=PLANNING_STATUS]
|
||||
[--[no-]require-specific-reservation]
|
||||
[--reservation-mode=RESERVATION_MODE]
|
||||
[--reservation-name=RESERVATION_NAME]
|
||||
[--scheduling-type=SCHEDULING_TYPE] [--zone=ZONE]
|
||||
[--auto-created-reservations-delete-time=AUTO_CREATED_RESERVATIONS_DELETE_TIME | --auto-created-reservations-duration=AUTO_CREATED_RESERVATIONS_DURATION]
|
||||
|
|
@ -207,6 +208,19 @@ OPTIONAL FLAGS
|
|||
the name of the future reservation. Use --require-specific-reservation
|
||||
to enable and --no-require-specific-reservation to disable.
|
||||
|
||||
--reservation-mode=RESERVATION_MODE
|
||||
The mode of the reservation. RESERVATION_MODE must be one of:
|
||||
|
||||
CALENDAR
|
||||
This indicates to create a future reservation in calendar mode,
|
||||
which is ideal for reserving GPU VMs. The auto-created reservations
|
||||
for the future reservation are automatically deleted at the end of
|
||||
the reservation period.
|
||||
DEFAULT
|
||||
This indicates to create a standard future reservation. If you want
|
||||
to automatically delete the auto-created reservations, then you
|
||||
must use the --auto-delete-auto-created-reservations flag.
|
||||
|
||||
--reservation-name=RESERVATION_NAME
|
||||
Name of reservations where the capacity is provisioned at the time of
|
||||
delivery of future reservations. If the reservation with the given name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue