InstanceGroupManagerAutoHealingPolicyArgs

data class InstanceGroupManagerAutoHealingPolicyArgs(val healthCheck: Output<String>? = null, val initialDelaySec: Output<Int>? = null) : ConvertibleToJava<InstanceGroupManagerAutoHealingPolicyArgs>

Constructors

fun InstanceGroupManagerAutoHealingPolicyArgs(healthCheck: Output<String>? = null, initialDelaySec: Output<Int>? = null)

Functions

Link copied to clipboard
open override fun toJava(): InstanceGroupManagerAutoHealingPolicyArgs

Properties

Link copied to clipboard
val healthCheck: Output<String>? = null

The URL for the health check that signals autohealing.

Link copied to clipboard
val initialDelaySec: Output<Int>? = null

The number of seconds that the managed instance group waits before it applies autohealing policies to new instances or recently recreated instances. This initial delay allows instances to initialize and run their startup scripts before the instance group determines that they are UNHEALTHY. This prevents the managed instance group from recreating its instances prematurely. This value must be from range 0, 3600.