GetGatewayVpnAttachmentsAttachmentHealthCheckConfig

data class GetGatewayVpnAttachmentsAttachmentHealthCheckConfig(val dip: String, val enable: Boolean, val interval: Int, val policy: String, val retry: Int, val sip: String, val status: String)

Constructors

fun GetGatewayVpnAttachmentsAttachmentHealthCheckConfig(dip: String, enable: Boolean, interval: Int, policy: String, retry: Int, sip: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dip: String

The destination IP address.

Link copied to clipboard

Specifies whether to enable health checks.

Link copied to clipboard

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

Link copied to clipboard

Whether to revoke the published route when the health check fails.

Link copied to clipboard
val retry: Int

The maximum number of health check retries.

Link copied to clipboard
val sip: String

The source IP address.

Link copied to clipboard

The status of the resource.