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
fun ConnectionHealthCheckConfigArgs(dip: Output<String>? = null, enable: Output<Boolean>? = null, interval: Output<Int>? = null, retry: Output<Int>? = null, sip: Output<String>? = null)

Functions

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

Properties

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

The destination IP address.

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

Whether to enable BGP.

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

The interval between two consecutive health checks. Unit: seconds.

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

The maximum number of health check retries.

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

The source IP address.