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)

Constructors

Link copied to clipboard
fun GatewayVpnAttachmentHealthCheckConfig(dip: String? = null, enable: Boolean? = null, interval: Int? = null, policy: String? = 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 that is used for health checks.

Link copied to clipboard
val enable: Boolean? = null

Specifies whether to enable health checks.

Link copied to clipboard
val interval: Int? = null

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

Link copied to clipboard
val policy: String? = null

Whether to revoke the published route when the health check fails. Valid values: revoke_route or reserve_route.

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 that is used for health checks.