GetConnectionsConnectionVcoHealthCheck

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

Constructors

Link copied to clipboard
constructor(dip: String? = null, enable: String? = null, interval: Int? = 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

The destination ip address.

Link copied to clipboard
val enable: String? = null

The health check on status. Valid values: true, false.

Link copied to clipboard
val interval: Int? = null

The time interval between health checks.

Link copied to clipboard
val retry: Int? = null

The number of retries for health checks issued.

Link copied to clipboard
val sip: String? = null

The source ip address.

Link copied to clipboard
val status: String? = null

The negotiation status of the BGP routing protocol. Valid values: success, false.