mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-22 15:52:30 +00:00
gcloud: Wed Mar 6 09:53:10 UTC 2024
This commit is contained in:
parent
37dd57701a
commit
7f632e0c5d
115 changed files with 5800 additions and 308 deletions
|
|
@ -14,7 +14,8 @@ SYNOPSIS
|
|||
--min-cpu-platform=MIN_CPU_PLATFORM])
|
||||
(--start-time=START_TIME (--duration=DURATION | --end-time=END_TIME))
|
||||
[--description=DESCRIPTION] [--name-prefix=NAME_PREFIX]
|
||||
[--planning-status=PLANNING_STATUS] [--zone=ZONE]
|
||||
[--planning-status=PLANNING_STATUS]
|
||||
[--[no-]require-specific-reservation] [--zone=ZONE]
|
||||
[--auto-created-reservations-delete-time=AUTO_CREATED_RESERVATIONS_DELETE_TIME | --auto-created-reservations-duration=AUTO_CREATED_RESERVATIONS_DURATION]
|
||||
[--share-setting=SHARE_SETTING --share-with=PROJECT,[PROJECT,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -184,6 +185,15 @@ OPTIONAL FLAGS
|
|||
SUBMITTED
|
||||
Planning status value to immediately submit the future reservation.
|
||||
|
||||
--[no-]require-specific-reservation
|
||||
Indicate whether the auto-created reservations can be consumed by VMs
|
||||
with "any reservation" defined. If enabled, then only VMs that target
|
||||
the auto-created reservation by name using
|
||||
--reservation-affinity=specific can consume from this reservation.
|
||||
Auto-created reservations delivered with this flag enabled will inherit
|
||||
the name of the future reservation. Use --require-specific-reservation
|
||||
to enable and --no-require-specific-reservation to disable.
|
||||
|
||||
--zone=ZONE
|
||||
Zone of the future reservation to create. If not specified and the
|
||||
compute/zone property isn't set, you might be prompted to select a zone
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue