mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +00:00
gcloud: Thu Nov 9 11:45:52 UTC 2023
This commit is contained in:
parent
f2c5d1d45f
commit
03f0979970
300 changed files with 8569 additions and 1319 deletions
|
|
@ -144,17 +144,21 @@ OPTIONAL FLAGS
|
|||
method. maxResults and pageToken query parameters are respected.
|
||||
|
||||
--standby-policy-initial-delay=STANDBY_POLICY_INITIAL_DELAY
|
||||
Specifies the initialization delay for stopping/suspending instances.
|
||||
Specifies the number of seconds that the MIG should wait before
|
||||
suspending or stopping a VM. The initial delay gives the initialization
|
||||
script the time to prepare your VM for a quick scale out.
|
||||
|
||||
--standby-policy-mode=STANDBY_POLICY_MODE
|
||||
Defines behaviour of using instances from standby pool to resize MIG.
|
||||
STANDBY_POLICY_MODE must be one of:
|
||||
Defines how a MIG resumes or starts VMs from a standby pool when the
|
||||
group scales out. The default mode is manual. STANDBY_POLICY_MODE must
|
||||
be one of:
|
||||
|
||||
manual
|
||||
MIG does not automatically stop/start or suspend/resume VMs.
|
||||
MIG does not automatically resume or start VMs in the standby pool
|
||||
when the group scales out.
|
||||
scale-out-pool
|
||||
MIG automatically resumes and starts VMs when it scales out, and
|
||||
replenishes the standby pool afterwards.
|
||||
MIG automatically resumes or starts VMs in the standby pool when
|
||||
the group scales out, and replenishes the standby pool afterwards.
|
||||
|
||||
--stateful-disk=[auto-delete=AUTO-DELETE],[device-name=DEVICE-NAME]
|
||||
Disks considered stateful by the instance group. Managed instance
|
||||
|
|
@ -247,10 +251,10 @@ OPTIONAL FLAGS
|
|||
decreased.
|
||||
|
||||
--stopped-size=STOPPED_SIZE
|
||||
Specifies the number of stopped instances.
|
||||
Specifies the target size of stopped VMs in the group.
|
||||
|
||||
--suspended-size=SUSPENDED_SIZE
|
||||
Specifies the number of suspended instances.
|
||||
Specifies the target size of suspended VMs in the group.
|
||||
|
||||
--target-distribution-shape=SHAPE
|
||||
Specifies how a regional managed instance group distributes its
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue