Builder

class Builder

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
var 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
var 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.