mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-10 19:31:55 +00:00
gcloud: Wed Dec 11 10:18:23 UTC 2024
This commit is contained in:
parent
ad2752c6c9
commit
ec6dc40f99
493 changed files with 17655 additions and 1753 deletions
|
|
@ -4,9 +4,9 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta compute instance-groups managed resize-requests create NAME
|
||||
--requested-run-duration=REQUESTED_RUN_DURATION --resize-by=RESIZE_BY
|
||||
--resize-request=RESIZE_REQUEST_NAME [--region=REGION | --zone=ZONE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
--resize-by=RESIZE_BY --resize-request=RESIZE_REQUEST_NAME
|
||||
[--requested-run-duration=REQUESTED_RUN_DURATION]
|
||||
[--region=REGION | --zone=ZONE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Create a Compute Engine managed instance group resize request.
|
||||
|
|
@ -24,6 +24,13 @@ POSITIONAL ARGUMENTS
|
|||
Name of the managed instance group to operate on.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--resize-by=RESIZE_BY
|
||||
The number of VMs to resize managed instance group by.
|
||||
|
||||
--resize-request=RESIZE_REQUEST_NAME
|
||||
The name of the resize request to create.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--requested-run-duration=REQUESTED_RUN_DURATION
|
||||
The time you need the requested VMs to run before being automatically
|
||||
deleted. The value must be formatted as the number of days, hours,
|
||||
|
|
@ -32,13 +39,9 @@ REQUIRED FLAGS
|
|||
day, 2 hours, 3 minutes, and 4 seconds. The value must be between 10m
|
||||
(10 minutes) and 7d (7 days).
|
||||
|
||||
--resize-by=RESIZE_BY
|
||||
The number of VMs to resize managed instance group by.
|
||||
If you want the managed instance group to consume a reservation, then
|
||||
this flag is optional. Otherwise, it's required.
|
||||
|
||||
--resize-request=RESIZE_REQUEST_NAME
|
||||
The name of the resize request to create.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
At most one of these can be specified:
|
||||
|
||||
--region=REGION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue