Virtual Node Spec Listener Health Check Args
data class VirtualNodeSpecListenerHealthCheckArgs(val healthyThreshold: Output<Int>, val intervalMillis: Output<Int>, val path: Output<String>? = null, val port: Output<Int>? = null, val protocol: Output<String>, val timeoutMillis: Output<Int>, val unhealthyThreshold: Output<Int>) : ConvertibleToJava<VirtualNodeSpecListenerHealthCheckArgs>
Constructors
Properties
Link copied to clipboard
Number of consecutive successful health checks that must occur before declaring listener healthy.
Link copied to clipboard
Time period in milliseconds between each health check execution.
Link copied to clipboard
Amount of time to wait when receiving a response from the health check, in milliseconds.
Link copied to clipboard
Number of consecutive failed health checks that must occur before declaring a virtual node unhealthy.