GatewayVpnAttachmentHealthCheckConfig

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dip: String? = null

Target IP.

Link copied to clipboard
val enable: Boolean? = null

Whether health check is enabled:-false: not enabled. - true: enabled.

Link copied to clipboard
val interval: Int? = null

The health check retry interval, in seconds.

Link copied to clipboard
val policy: String? = null

Whether to revoke the published route when the health check fails

Link copied to clipboard
val retry: Int? = null

Number of retries for health check.

Link copied to clipboard
val sip: String? = null

SOURCE IP.

Link copied to clipboard
val status: String? = null

The negotiation status of Tunnel.