Flexible App Version Liveness Check Args
data class FlexibleAppVersionLivenessCheckArgs(val checkInterval: Output<String>? = null, val failureThreshold: Output<Double>? = null, val host: Output<String>? = null, val initialDelay: Output<String>? = null, val path: Output<String>, val successThreshold: Output<Double>? = null, val timeout: Output<String>? = null) : ConvertibleToJava<FlexibleAppVersionLivenessCheckArgs>
Properties
Link copied to clipboard
Interval between health checks.
Link copied to clipboard
Number of consecutive failed checks required before considering the VM unhealthy. Default: 4.
Link copied to clipboard
The initial delay before starting to execute the checks. Default: "300s"
Link copied to clipboard
Number of consecutive successful checks required before considering the VM healthy. Default: 2.