InstanceGroupManagerAutoHealingPolicyAutoHealingTriggersOnHealthCheck

enum InstanceGroupManagerAutoHealingPolicyAutoHealingTriggersOnHealthCheck : Enum<InstanceGroupManagerAutoHealingPolicyAutoHealingTriggersOnHealthCheck> , ConvertibleToJava<InstanceGroupManagerAutoHealingPolicyAutoHealingTriggersOnHealthCheck>

If you have configured an application-based health check for the group, this field controls whether to trigger VM autohealing based on a failed health check. Valid values are: - ON (default): The group recreates running VMs that fail the application-based health check. - OFF: When set to OFF, you can still observe instance health state, but the group does not recreate VMs that fail the application-based health check. This is useful for troubleshooting and setting up your health check configuration.

Entries

Link copied to clipboard

When set to OFF, you can still observe instance health state, but the group does not recreate VMs that fail the application-based health check. This is useful for troubleshooting and setting up your health check configuration.

Link copied to clipboard

(Default) The group recreates running VMs that fail the group's application-based health check.

Types

Link copied to clipboard
object Companion

Functions

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