RouteServerPeerBgpOptions

data class RouteServerPeerBgpOptions(val peerAsn: Int? = null, val peerLivenessDetection: RouteServerPeerBgpOptionsPeerLivenessDetection? = null)

BGP Options

Constructors

Link copied to clipboard
constructor(peerAsn: Int? = null, peerLivenessDetection: RouteServerPeerBgpOptionsPeerLivenessDetection? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val peerAsn: Int? = null

BGP ASN of the Route Server Peer

Link copied to clipboard