public enum InstanceGroupManagerInstanceLifecyclePolicy.ForceUpdateOnRepair extends Enum<InstanceGroupManagerInstanceLifecyclePolicy.ForceUpdateOnRepair> implements ProtocolMessageEnum
A bit indicating whether to forcefully apply the group's latest configuration when repairing a VM. Valid options are: - NO (default): If configuration updates are available, they are not forcefully applied during repair. Instead, configuration updates are applied according to the group's update policy. - YES: If configuration updates are available, they are applied during repair.
Protobuf enum
google.cloud.compute.v1.InstanceGroupManagerInstanceLifecyclePolicy.ForceUpdateOnRepair
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
NO |
|
NO_VALUE |
|
UNDEFINED_FORCE_UPDATE_ON_REPAIR |
A value indicating that the enum field is not set. |
UNDEFINED_FORCE_UPDATE_ON_REPAIR_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
|
YES |
|
YES_VALUE |
|
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() |