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
fun GetLoadBalancerHealthcheck(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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val port: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard