mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-13 00:18:35 +00:00
gcloud: Thu Oct 23 11:05:02 UTC 2025
This commit is contained in:
parent
154ebc873d
commit
a763c0bf0a
189 changed files with 4294 additions and 712 deletions
|
|
@ -14,6 +14,7 @@ SYNOPSIS
|
|||
machine-type=MACHINE_TYPE[,machine-type=MACHINE_TYPE...][,rank=RANK]]
|
||||
[--instance-selection-machine-types=[MACHINE_TYPE,...]]
|
||||
[--list-managed-instances-results=MODE]
|
||||
[--on-repair-allow-changing-zone=ON_REPAIR_ALLOW_CHANGING_ZONE]
|
||||
[--resource-manager-tags=[KEY=VALUE,...]]
|
||||
[--standby-policy-initial-delay=STANDBY_POLICY_INITIAL_DELAY]
|
||||
[--standby-policy-mode=STANDBY_POLICY_MODE]
|
||||
|
|
@ -174,6 +175,15 @@ OPTIONAL FLAGS
|
|||
Pagination is enabled for the group's listManagedInstances API
|
||||
method. maxResults and pageToken query parameters are respected.
|
||||
|
||||
--on-repair-allow-changing-zone=ON_REPAIR_ALLOW_CHANGING_ZONE
|
||||
Specifies whether the MIG can change a VM's zone during a repair.
|
||||
ON_REPAIR_ALLOW_CHANGING_ZONE must be one of:
|
||||
|
||||
no
|
||||
(Default) MIG cannot change a VM's zone during a repair.
|
||||
yes
|
||||
MIG can select a different zone for the VM during a repair.
|
||||
|
||||
--resource-manager-tags=[KEY=VALUE,...]
|
||||
Specifies a list of resource manager tags to apply to the managed
|
||||
instance group. A resource manager tag is a key-value pair. You can
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ SYNOPSIS
|
|||
machine-type=MACHINE_TYPE[,machine-type=MACHINE_TYPE...][,rank=RANK]]
|
||||
[--instance-selection-machine-types=[MACHINE_TYPE,...]]
|
||||
[--list-managed-instances-results=MODE]
|
||||
[--on-repair-allow-changing-zone=ON_REPAIR_ALLOW_CHANGING_ZONE]
|
||||
[--remove-instance-selections=[INSTANCE_SELECTION_NAME,...]]
|
||||
[--remove-instance-selections-all]
|
||||
[--remove-stateful-disks=DEVICE_NAME,[DEVICE_NAME,...]]
|
||||
|
|
@ -153,6 +154,15 @@ FLAGS
|
|||
Pagination is enabled for the group's listManagedInstances API
|
||||
method. maxResults and pageToken query parameters are respected.
|
||||
|
||||
--on-repair-allow-changing-zone=ON_REPAIR_ALLOW_CHANGING_ZONE
|
||||
Specifies whether the MIG can change a VM's zone during a repair.
|
||||
ON_REPAIR_ALLOW_CHANGING_ZONE must be one of:
|
||||
|
||||
no
|
||||
(Default) MIG cannot change a VM's zone during a repair.
|
||||
yes
|
||||
MIG can select a different zone for the VM during a repair.
|
||||
|
||||
--remove-instance-selections=[INSTANCE_SELECTION_NAME,...]
|
||||
Remove specific instance selections from the instance flexibility
|
||||
policy.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue