Builder

class Builder

Properties

Link copied to clipboard

The number of consecutive health checks successes required before moving the instance to the Healthy state.

Link copied to clipboard

The approximate interval, in seconds, between health checks of an individual instance.

Link copied to clipboard

The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535.

Link copied to clipboard
var timeout: Int?

The amount of time, in seconds, during which no response means a failed health check.

Link copied to clipboard

The number of consecutive health check failures required before moving the instance to the Unhealthy state.