1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 15:39:42 +00:00

gcloud: Wed Sep 13 10:32:10 UTC 2023

This commit is contained in:
Automated 2023-09-13 10:32:10 +00:00
parent 6c8d2eb024
commit 39a8a4f491
111 changed files with 1798 additions and 302 deletions

View file

@ -9,13 +9,14 @@ 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]
[--standby-policy-initial-delay=STANDBY_POLICY_INITIAL_DELAY]
[--standby-policy-mode=STANDBY_POLICY_MODE]
[--stateful-disk=[auto-delete=AUTO-DELETE],[device-name=DEVICE-NAME]]
[--stateful-external-ip=[enabled],
[auto-delete=AUTO-DELETE],[interface-name=INTERFACE-NAME]]
[--stateful-internal-ip=[enabled],
[auto-delete=AUTO-DELETE],[interface-name=INTERFACE-NAME]]
[--stopped-size=STOPPED_SIZE] [--suspended-size=SUSPENDED_SIZE]
[--target-distribution-shape=SHAPE] [--target-pool=[TARGET_POOL,...]]
[--zones=ZONE,[ZONE,...]]
[--health-check=HEALTH_CHECK | --http-health-check=HTTP_HEALTH_CHECK
@ -142,12 +143,12 @@ 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
--standby-policy-initial-delay=STANDBY_POLICY_INITIAL_DELAY
Specifies the initialization delay for stopping/suspending instances.
--standby-pool-mode=STANDBY_POOL_MODE
--standby-policy-mode=STANDBY_POLICY_MODE
Defines behaviour of using instances from standby pool to resize MIG.
STANDBY_POOL_MODE must be one of:
STANDBY_POLICY_MODE must be one of:
MANUAL
MIG does not automatically stop/start or suspend/resume VMs.
@ -245,6 +246,12 @@ OPTIONAL FLAGS
the instance is deleted manually or when the group size is
decreased.
--stopped-size=STOPPED_SIZE
Specifies the number of stopped instances.
--suspended-size=SUSPENDED_SIZE
Specifies the number of suspended instances.
--target-distribution-shape=SHAPE
Specifies how a regional managed instance group distributes its
instances across zones within the region. The default shape is even.

View file

@ -11,13 +11,14 @@ SYNOPSIS
[--remove-stateful-disks=DEVICE_NAME,[DEVICE_NAME,...]]
[--remove-stateful-external-ips=INTERFACE_NAME,[...]]
[--remove-stateful-internal-ips=INTERFACE_NAME,[...]]
[--standby-pool-initial-delay=STANDBY_POOL_INITIAL_DELAY]
[--standby-pool-mode=STANDBY_POOL_MODE]
[--standby-policy-initial-delay=STANDBY_POLICY_INITIAL_DELAY]
[--standby-policy-mode=STANDBY_POLICY_MODE]
[--stateful-disk=[auto-delete=AUTO-DELETE],[device-name=DEVICE-NAME]]
[--stateful-external-ip=[enabled],
[auto-delete=AUTO-DELETE],[interface-name=INTERFACE-NAME]]
[--stateful-internal-ip=[enabled],
[auto-delete=AUTO-DELETE],[interface-name=INTERFACE-NAME]]
[--stopped-size=STOPPED_SIZE] [--suspended-size=SUSPENDED_SIZE]
[--target-distribution-shape=SHAPE]
[--clear-autohealing
| --initial-delay=INITIAL_DELAY --health-check=HEALTH_CHECK
@ -132,12 +133,12 @@ FLAGS
Remove stateful configuration for the specified interfaces for internal
IPs.
--standby-pool-initial-delay=STANDBY_POOL_INITIAL_DELAY
--standby-policy-initial-delay=STANDBY_POLICY_INITIAL_DELAY
Specifies the initialization delay for stopping/suspending instances.
--standby-pool-mode=STANDBY_POOL_MODE
--standby-policy-mode=STANDBY_POLICY_MODE
Defines behaviour of using instances from standby pool to resize MIG.
STANDBY_POOL_MODE must be one of:
STANDBY_POLICY_MODE must be one of:
MANUAL
MIG does not automatically stop/start or suspend/resume VMs.
@ -248,6 +249,12 @@ FLAGS
the instance is deleted manually or when the group size is
decreased.
--stopped-size=STOPPED_SIZE
Specifies the number of stopped instances.
--suspended-size=SUSPENDED_SIZE
Specifies the number of suspended instances.
--target-distribution-shape=SHAPE
Specifies how a regional managed instance group distributes its
instances across zones within the region. The default shape is even.