data class LoadBalancerHealthcheck(val checkIntervalSeconds: Int? = null, val healthyThreshold: Int? = null, val path: String? = null, val port: Int, val protocol: String, val responseTimeoutSeconds: Int? = null, val unhealthyThreshold: Int? = null)
The number of times a health check must pass for a backend Droplet to be marked "healthy" and be re-added to the pool. If not specified, the default value is 5.
The number of seconds the Load Balancer instance will wait for a response until marking a health check as failed. If not specified, the default value is 5.
The number of times a health check must fail for a backend Droplet to be marked "unhealthy" and be removed from the pool. If not specified, the default value is 3.