ServiceLoadBalancerBgpPeerResponse

data class ServiceLoadBalancerBgpPeerResponse(val bfdEnabled: String? = null, val bgpMultiHop: String? = null, val holdTime: String? = null, val keepAliveTime: String? = null, val myAsn: Double? = null, val name: String, val peerAddress: String, val peerAsn: Double, val peerPort: Double? = null)

Constructors

Link copied to clipboard
constructor(bfdEnabled: String? = null, bgpMultiHop: String? = null, holdTime: String? = null, keepAliveTime: String? = null, myAsn: Double? = null, name: String, peerAddress: String, peerAsn: Double, peerPort: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bfdEnabled: String? = null

The indicator of BFD enablement for this BgpPeer.

Link copied to clipboard
val bgpMultiHop: String? = null

The indicator to enable multi-hop peering support.

Link copied to clipboard
val holdTime: String? = null

Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The requested BGP hold time value. This field uses ISO 8601 duration format, for example P1H.

Link copied to clipboard
val keepAliveTime: String? = null

Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The requested BGP keepalive time value. This field uses ISO 8601 duration format, for example P1H.

Link copied to clipboard
val myAsn: Double? = null

The autonomous system number used for the local end of the BGP session.

Link copied to clipboard

The name used to identify this BGP peer for association with a BGP advertisement.

Link copied to clipboard

The IPv4 or IPv6 address used to connect this BGP session.

Link copied to clipboard

The autonomous system number expected from the remote end of the BGP session.

Link copied to clipboard
val peerPort: Double? = null

The port used to connect this BGP session.