mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
gcloud: Fri Mar 22 09:56:14 UTC 2024
This commit is contained in:
parent
75379bf68b
commit
5b4fac9106
182 changed files with 4221 additions and 251 deletions
|
|
@ -7,6 +7,9 @@ SYNOPSIS
|
|||
[--default-action-on-vm-failure=ACTION_ON_VM_FAILURE]
|
||||
[--description=DESCRIPTION] [--[no-]force-update-on-repair]
|
||||
[--instance-redistribution-type=TYPE]
|
||||
[--instance-selection=name=NAME,
|
||||
machine-type=MACHINE_TYPE[,machine-type=MACHINE_TYPE...][,rank=RANK]]
|
||||
[--instance-selection-machine-types=[MACHINE_TYPE,...]]
|
||||
[--list-managed-instances-results=MODE]
|
||||
[--remove-stateful-disks=DEVICE_NAME,[DEVICE_NAME,...]]
|
||||
[--remove-stateful-external-ips=INTERFACE_NAME,[...]]
|
||||
|
|
@ -109,6 +112,15 @@ FLAGS
|
|||
The managed instance group proactively redistributes instances to
|
||||
meet its target distribution.
|
||||
|
||||
--instance-selection=name=NAME,machine-type=MACHINE_TYPE[,machine-type=MACHINE_TYPE...][,rank=RANK]
|
||||
Named selection of machine types with an optional rank. eg.
|
||||
--instance-selection="name=instance-selection-1,machine-type=e2-standard-8,machine-type=t2d-standard-8,rank=0"
|
||||
|
||||
--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.
|
||||
|
||||
--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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue