1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00

gcloud: Wed Jan 24 10:20:07 UTC 2024

This commit is contained in:
Automated 2024-01-24 10:20:07 +00:00
parent a47e1e835a
commit 7a546ffea4
99 changed files with 2090 additions and 1700 deletions

View file

@ -8,6 +8,8 @@ SYNOPSIS
[--default-action-on-vm-failure=ACTION_ON_VM_FAILURE]
[--description=DESCRIPTION] [--[no-]force-update-on-repair]
[--initial-delay=INITIAL_DELAY] [--instance-redistribution-type=TYPE]
[--instance-selection-machine-types=[MACHINE_TYPE,...]]
[--instance-selection-secondary-machine-types=[MACHINE_TYPE,...]]
[--list-managed-instances-results=MODE]
[--resource-manager-tags=[KEY=VALUE,...]]
[--standby-policy-initial-delay=STANDBY_POLICY_INITIAL_DELAY]
@ -131,6 +133,16 @@ OPTIONAL FLAGS
The managed instance group proactively redistributes instances to
meet its target distribution.
--instance-selection-machine-types=[MACHINE_TYPE,...]
Primary machine types to use for the Compute Engine instances that will
be created with the managed instance group. If not provided, machine
type specified in the instance template will be used.
--instance-selection-secondary-machine-types=[MACHINE_TYPE,...]
Secondary machine types to use for the Compute Engine instances that
will be created with the managed instance group. If not provided,
machine type specified in the instance template will be used.
--list-managed-instances-results=MODE
Pagination behavior for the group's listManagedInstances API method.
This flag does not affect the group's gcloud or console list-instances