pulumi-digitalocean-kotlin
4.22.0.0
pulumi-digitalocean-kotlin
/
com.pulumi.digitalocean.kotlin.outputs
/
GetLoadBalancerHealthcheck
Get
Load
Balancer
Healthcheck
data
class
GetLoadBalancerHealthcheck
(
val
checkIntervalSeconds
:
Int
,
val
healthyThreshold
:
Int
,
val
path
:
String
,
val
port
:
Int
,
val
protocol
:
String
,
val
responseTimeoutSeconds
:
Int
,
val
unhealthyThreshold
:
Int
)
Types
Constructors
Properties
Constructors
Get
Load
Balancer
Healthcheck
Link copied to clipboard
fun
GetLoadBalancerHealthcheck
(
checkIntervalSeconds
:
Int
,
healthyThreshold
:
Int
,
path
:
String
,
port
:
Int
,
protocol
:
String
,
responseTimeoutSeconds
:
Int
,
unhealthyThreshold
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
check
Interval
Seconds
Link copied to clipboard
val
checkIntervalSeconds
:
Int
healthy
Threshold
Link copied to clipboard
val
healthyThreshold
:
Int
path
Link copied to clipboard
val
path
:
String
port
Link copied to clipboard
val
port
:
Int
protocol
Link copied to clipboard
val
protocol
:
String
response
Timeout
Seconds
Link copied to clipboard
val
responseTimeoutSeconds
:
Int
unhealthy
Threshold
Link copied to clipboard
val
unhealthyThreshold
:
Int