mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +00:00
gcloud: Wed Aug 23 10:30:46 UTC 2023
This commit is contained in:
parent
5f3d6bc974
commit
f9edf67fe5
677 changed files with 22815 additions and 975 deletions
|
|
@ -9,6 +9,8 @@ SYNOPSIS
|
|||
[--description=DESCRIPTION] [--[no-]force-update-on-repair]
|
||||
[--initial-delay=INITIAL_DELAY] [--instance-redistribution-type=TYPE]
|
||||
[--list-managed-instances-results=MODE]
|
||||
[--standby-pool-initial-delay=STANDBY_POOL_INITIAL_DELAY]
|
||||
[--standby-pool-mode=STANDBY_POOL_MODE]
|
||||
[--stateful-disk=[auto-delete=AUTO-DELETE],[device-name=DEVICE-NAME]]
|
||||
[--stateful-external-ip=[enabled],
|
||||
[auto-delete=AUTO-DELETE],[interface-name=INTERFACE-NAME]]
|
||||
|
|
@ -140,6 +142,19 @@ OPTIONAL FLAGS
|
|||
Pagination is enabled for the group's listManagedInstances API
|
||||
method. maxResults and pageToken query parameters are respected.
|
||||
|
||||
--standby-pool-initial-delay=STANDBY_POOL_INITIAL_DELAY
|
||||
Specifies the initialization delay for stopping/suspending instances.
|
||||
|
||||
--standby-pool-mode=STANDBY_POOL_MODE
|
||||
Defines behaviour of using instances from standby pool to resize MIG.
|
||||
STANDBY_POOL_MODE must be one of:
|
||||
|
||||
MANUAL
|
||||
MIG does not automatically stop/start or suspend/resume VMs.
|
||||
SCALE_OUT_POOL
|
||||
MIG automatically resumes and starts VMs when it 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
|
||||
groups preserve and reattach stateful disks on VM autohealing, update,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue