public enum InstanceGroupManagerInstanceLifecyclePolicyOnRepair.AllowChangingZone extends Enum<InstanceGroupManagerInstanceLifecyclePolicyOnRepair.AllowChangingZone> implements ProtocolMessageEnumSpecifies whether the MIG can change a VM's zone during a repair. Valid values are:
- 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.
Protobuf enum
google.cloud.compute.v1.InstanceGroupManagerInstanceLifecyclePolicyOnRepair.AllowChangingZone
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
NO |
[Default] MIG cannot change a VM's zone during a repair. |
NO_VALUE |
[Default] MIG cannot change a VM's zone during a repair. |
UNDEFINED_ALLOW_CHANGING_ZONE |
A value indicating that the enum field is not set. |
UNDEFINED_ALLOW_CHANGING_ZONE_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
|
YES |
MIG can select a different zone for the VM during a repair. |
YES_VALUE |
MIG can select a different zone for the VM during a repair. |
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|