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
constructor(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

Destination IP.

Link copied to clipboard
val enable: Boolean? = null

Specifies whether to enable healthcheck.

Link copied to clipboard
val interval: Int? = null

Retry interval.

Link copied to clipboard
val retry: Int? = null

retry times.

Link copied to clipboard
val sip: String? = null

Source IP.