Instance Group Manager Instance Lifecycle Policy Force Update On Repair
enum InstanceGroupManagerInstanceLifecyclePolicyForceUpdateOnRepair : Enum<InstanceGroupManagerInstanceLifecyclePolicyForceUpdateOnRepair> , ConvertibleToJava<InstanceGroupManagerInstanceLifecyclePolicyForceUpdateOnRepair>
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.
Entries
Types
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.