mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Nov 13 10:04:10 UTC 2024
This commit is contained in:
parent
7da5872e5c
commit
a63704a3af
252 changed files with 4821 additions and 807 deletions
|
|
@ -14,8 +14,7 @@ SYNOPSIS
|
|||
--min-cpu-platform=MIN_CPU_PLATFORM])
|
||||
(--start-time=START_TIME (--duration=DURATION | --end-time=END_TIME))
|
||||
[--deployment-type=DEPLOYMENT_TYPE] [--description=DESCRIPTION]
|
||||
[--[no-]enable-opportunistic-maintenance] [--name-prefix=NAME_PREFIX]
|
||||
[--planning-status=PLANNING_STATUS]
|
||||
[--name-prefix=NAME_PREFIX] [--planning-status=PLANNING_STATUS]
|
||||
[--[no-]require-specific-reservation]
|
||||
[--reservation-name=RESERVATION_NAME]
|
||||
[--scheduling-type=SCHEDULING_TYPE] [--zone=ZONE]
|
||||
|
|
@ -180,12 +179,6 @@ OPTIONAL FLAGS
|
|||
--description=DESCRIPTION
|
||||
An optional description of the future reservation to create.
|
||||
|
||||
--[no-]enable-opportunistic-maintenance
|
||||
Enable or disable opportunistic maintenance. If enabled, maintenance is
|
||||
performed on unused reservations whenever possible. Use
|
||||
--enable-opportunistic-maintenance to enable and
|
||||
--no-enable-opportunistic-maintenance to disable.
|
||||
|
||||
--name-prefix=NAME_PREFIX
|
||||
A name prefix for the auto-created reservations when capacity is
|
||||
delivered at the start time. Each auto-created reservation name starts
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ SYNOPSIS
|
|||
gcloud alpha compute future-reservations update FUTURE_RESERVATION
|
||||
[--[no-]auto-delete-auto-created-reservations]
|
||||
[--deployment-type=DEPLOYMENT_TYPE] [--description=DESCRIPTION]
|
||||
[--[no-]enable-opportunistic-maintenance]
|
||||
[--planning-status=PLANNING_STATUS]
|
||||
[--[no-]require-specific-reservation]
|
||||
[--reservation-name=RESERVATION_NAME]
|
||||
|
|
@ -62,12 +61,6 @@ FLAGS
|
|||
--description=DESCRIPTION
|
||||
An optional description of the future reservation to create.
|
||||
|
||||
--[no-]enable-opportunistic-maintenance
|
||||
Enable or disable opportunistic maintenance. If enabled, maintenance is
|
||||
performed on unused reservations whenever possible. Use
|
||||
--enable-opportunistic-maintenance to enable and
|
||||
--no-enable-opportunistic-maintenance to disable.
|
||||
|
||||
--planning-status=PLANNING_STATUS
|
||||
The planning status of the future reservation. The default value is
|
||||
DRAFT. While in DRAFT, any changes to the future reservation's
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue