HealthCheck

Information about a health check.

Types

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

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

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.

Functions

Link copied to clipboard
inline fun copy(block: HealthCheck.Builder.() -> Unit = {}): HealthCheck
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