InstanceGroupManagerInstanceLifecyclePolicyDefaultActionOnFailure

enum InstanceGroupManagerInstanceLifecyclePolicyDefaultActionOnFailure : Enum<InstanceGroupManagerInstanceLifecyclePolicyDefaultActionOnFailure> , ConvertibleToJava<InstanceGroupManagerInstanceLifecyclePolicyDefaultActionOnFailure>

Defines behaviour for all instance or failures

Entries

Link copied to clipboard

If any of the MIG's VMs is not running, or is failing, no repair action will be taken.

Link copied to clipboard

Default If any of the MIG's VMs is not running - for example, a VM cannot be created during a scale out or a VM fails – then the group will retry until it creates that VM successfully. For more information about how a MIG manages its VMs, see What is a managed instance."

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): InstanceGroupManagerInstanceLifecyclePolicyDefaultActionOnFailure
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.

Properties

Link copied to clipboard
val javaValue: InstanceGroupManagerInstanceLifecyclePolicyDefaultActionOnFailure
Link copied to clipboard
Link copied to clipboard