mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-13 16:37:00 +00:00
gcloud: Wed Mar 19 10:42:21 UTC 2025
This commit is contained in:
parent
a459a88a5f
commit
e555fef0aa
170 changed files with 6428 additions and 659 deletions
|
|
@ -4,7 +4,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha compute instance-groups managed resize-requests create NAME
|
||||
--resize-by=RESIZE_BY --resize-request=RESIZE_REQUEST_NAME
|
||||
--resize-request=RESIZE_REQUEST_NAME
|
||||
(--instances=INSTANCE,[INSTANCE,...] | --resize-by=RESIZE_BY)
|
||||
[--requested-run-duration=REQUESTED_RUN_DURATION]
|
||||
[--region=REGION | --zone=ZONE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -24,12 +25,20 @@ 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.
|
||||
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--instances=INSTANCE,[INSTANCE,...]
|
||||
The names of instances to be created by this resize request. The
|
||||
number of names specified determines the number of instances to
|
||||
create. The group's target size will be increased by this number.
|
||||
|
||||
--resize-by=RESIZE_BY
|
||||
The number of instances to be created by this resize request. The
|
||||
group's target size will be increased by this number.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--requested-run-duration=REQUESTED_RUN_DURATION
|
||||
The time you need the requested VMs to run before being automatically
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue