ConnectionHealthCheckConfig

data class ConnectionHealthCheckConfig(val dip: String? = null, val enable: Boolean? = null, val interval: Int? = null, val retry: Int? = null, val sip: String? = null)

Constructors

Link copied to clipboard
fun ConnectionHealthCheckConfig(dip: String? = null, enable: Boolean? = null, interval: Int? = null, retry: Int? = null, sip: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dip: String? = null

The destination IP address.

Link copied to clipboard
val enable: Boolean? = null

Whether to enable BGP.

Link copied to clipboard
val interval: Int? = null

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

Link copied to clipboard
val retry: Int? = null

The maximum number of health check retries.

Link copied to clipboard
val sip: String? = null

The source IP address.