VirtualGatewayHealthCheckPolicy
An object that represents the health check policy for a virtual gateway's listener.
Types
Properties
Link copied to clipboard
The number of consecutive successful health checks that must occur before declaring the listener healthy.
Link copied to clipboard
The time period in milliseconds between each health check execution.
Link copied to clipboard
The protocol for the health check request. If you specify grpc
, then your service must conform to the GRPC Health Checking Protocol.
Link copied to clipboard
The amount of time to wait when receiving a response from the health check, in milliseconds.
Link copied to clipboard
The number of consecutive failed health checks that must occur before declaring a virtual gateway unhealthy.
Functions
Link copied to clipboard
inline fun copy(block: VirtualGatewayHealthCheckPolicy.Builder.() -> Unit = {}): VirtualGatewayHealthCheckPolicy