mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue