ConnectionHealthCheckConfigArgs

data class ConnectionHealthCheckConfigArgs(val dip: Output<String>? = null, val enable: Output<Boolean>? = null, val interval: Output<Int>? = null, val retry: Output<Int>? = null, val sip: Output<String>? = null) : ConvertibleToJava<ConnectionHealthCheckConfigArgs>

Constructors

Link copied to clipboard
constructor(dip: Output<String>? = null, enable: Output<Boolean>? = null, interval: Output<Int>? = null, retry: Output<Int>? = null, sip: Output<String>? = null)

Properties

Link copied to clipboard
val dip: Output<String>? = null

the destination IP address configured for health checks.

Link copied to clipboard
val enable: Output<Boolean>? = null

specifies whether to enable health checks. Valid values: true and false. Default value: false.

Link copied to clipboard
val interval: Output<Int>? = null

the time interval of health check retries. Unit: seconds. Default value: 3.

Link copied to clipboard
val retry: Output<Int>? = null

the maximum number of health check retries. Default value: 3.

Link copied to clipboard
val sip: Output<String>? = null

the source IP address that is used for health checks.

Functions

Link copied to clipboard
open override fun toJava(): ConnectionHealthCheckConfigArgs