GetLoadBalancerHealthcheck

data class GetLoadBalancerHealthcheck(val checkIntervalSeconds: Int, val healthyThreshold: Int, val path: String, val port: Int, val protocol: String, val responseTimeoutSeconds: Int, val unhealthyThreshold: Int)

Constructors

Link copied to clipboard
constructor(checkIntervalSeconds: Int, healthyThreshold: Int, path: String, port: Int, protocol: String, responseTimeoutSeconds: Int, unhealthyThreshold: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

the number of seconds between between two consecutive health checks

Link copied to clipboard

the number of times a health check must pass for a backend droplet to be marked 'healthy' and be re-added to the pool

Link copied to clipboard

the path on the backend Droplets to which the Load Balancer will send a request

Link copied to clipboard
val port: Int

the port on the backend droplets on which the health check will attempt a connection

Link copied to clipboard

the protocol used for health checks sent to the backend droplets

Link copied to clipboard

the number of seconds to wait for a response until marking a health check as failed

Link copied to clipboard

The number of times a health check must fail for a backend droplet to be marked 'unhealthy' and be removed from the pool