mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Aug 16 10:49:45 UTC 2023
This commit is contained in:
parent
19bfacfbed
commit
5f3d6bc974
165 changed files with 3881 additions and 596 deletions
|
|
@ -4,7 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha compute future-reservations create FUTURE_RESERVATION
|
||||
--auto-delete-auto-created-reservations --total-count=TOTAL_COUNT
|
||||
--[no-]auto-delete-auto-created-reservations --total-count=TOTAL_COUNT
|
||||
(--source-instance-template=SOURCE_INSTANCE_TEMPLATE
|
||||
| [--machine-type=MACHINE_TYPE
|
||||
: --accelerator=[count=COUNT],[type=TYPE]
|
||||
|
|
@ -49,9 +49,11 @@ POSITIONAL ARGUMENTS
|
|||
Name of the future reservation to create.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--auto-delete-auto-created-reservations
|
||||
--[no-]auto-delete-auto-created-reservations
|
||||
If specified, the auto-created reservations for a future reservation
|
||||
are deleted at the end time (default) or at a specified delete time.
|
||||
Use --auto-delete-auto-created-reservations to enable and
|
||||
--no-auto-delete-auto-created-reservations to disable.
|
||||
|
||||
--total-count=TOTAL_COUNT
|
||||
The total number of instances for which capacity assurance is requested
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha compute future-reservations update FUTURE_RESERVATION
|
||||
[--auto-delete-auto-created-reservations] [--description=DESCRIPTION]
|
||||
[--planning-status=PLANNING_STATUS] [--total-count=TOTAL_COUNT]
|
||||
[--zone=ZONE]
|
||||
[--[no-]auto-delete-auto-created-reservations]
|
||||
[--description=DESCRIPTION] [--planning-status=PLANNING_STATUS]
|
||||
[--total-count=TOTAL_COUNT] [--zone=ZONE]
|
||||
[--auto-created-reservations-delete-time=AUTO_CREATED_RESERVATIONS_DELETE_TIME | --auto-created-reservations-duration=AUTO_CREATED_RESERVATIONS_DURATION]
|
||||
[--clear-name-prefix | --name-prefix=NAME_PREFIX]
|
||||
[--clear-share-settings
|
||||
|
|
@ -37,9 +37,11 @@ POSITIONAL ARGUMENTS
|
|||
Name of the future reservation to update.
|
||||
|
||||
FLAGS
|
||||
--auto-delete-auto-created-reservations
|
||||
--[no-]auto-delete-auto-created-reservations
|
||||
If specified, the auto-created reservations for a future reservation
|
||||
are deleted at the end time (default) or at a specified delete time.
|
||||
Use --auto-delete-auto-created-reservations to enable and
|
||||
--no-auto-delete-auto-created-reservations to disable.
|
||||
|
||||
--description=DESCRIPTION
|
||||
An optional description of the reservation to create.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue