Liveness Check Args
data class LivenessCheckArgs(val checkInterval: Output<String>? = null, val failureThreshold: Output<Int>? = null, val host: Output<String>? = null, val initialDelay: Output<String>? = null, val path: Output<String>? = null, val successThreshold: Output<Int>? = null, val timeout: Output<String>? = null) : ConvertibleToJava<LivenessCheckArgs>
Health checking configuration for VM instances. Unhealthy instances are killed and replaced with new instances.
Properties
Link copied to clipboard
Interval between health checks.
Link copied to clipboard
Number of consecutive failed checks required before considering the VM unhealthy.
Link copied to clipboard
The initial delay before starting to execute the checks.
Link copied to clipboard
Number of consecutive successful checks required before considering the VM healthy.