Class InstanceGroupManagerAutoHealingPolicy (0.1.0)

InstanceGroupManagerAutoHealingPolicy(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Attributes

NameDescription
health_check str
The URL for the health check that signals autohealing.
initial_delay_sec int
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].