google_api_replica_pool v0.1.0 GoogleApi.ReplicaPool.V1beta2.Model.ReplicaPoolAutoHealingPolicy View Source
Attributes
actionType (String): The action to perform when an instance becomes unhealthy. Possible values are RECREATE or REBOOT. RECREATE replaces an unhealthy instance with a new instance that is based on the instance template for this managed instance group. REBOOT performs a soft reboot on an instance. If the instance cannot reboot, the instance performs a hard restart. Defaults to:
null.- Enum - one of [REBOOT, RECREATE]
- healthCheck (String): The URL for the HealthCheck that signals autohealing. Defaults to:
null.