VirtualGatewayHealthCheckPolicy

An object that represents the health check policy for a virtual gateway's listener.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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
val path: String?

The destination path for the health check request. This value is only used if the specified protocol is HTTP or HTTP/2. For any other protocol, this value is ignored.

Link copied to clipboard
val port: Int?

The destination port for the health check request. This port must match the port defined in the PortMapping for the listener.

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
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String