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

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

Target IP.

Link copied to clipboard

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

Link copied to clipboard

The health check retry interval, in seconds.

Link copied to clipboard

Whether to revoke the published route when the health check fails- revoke_route(default): withdraws published routes.- reserve_route: does not withdraw published routes.

Link copied to clipboard
val retry: Int

Number of retries for health check.

Link copied to clipboard
val sip: String

SOURCE IP.

Link copied to clipboard

The status of the resource. Valid values: init, active, attaching, attached, detaching, financialLocked, provisioning, updating, upgrading, deleted.