ConnectPeerConfigurationBgpConfiguration

data class ConnectPeerConfigurationBgpConfiguration(val coreNetworkAddress: String? = null, val coreNetworkAsn: Int? = null, val peerAddress: String? = null, val peerAsn: Int? = null)

Constructors

Link copied to clipboard
constructor(coreNetworkAddress: String? = null, coreNetworkAsn: Int? = null, peerAddress: String? = null, peerAsn: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A Connect peer core network address.

Link copied to clipboard
val coreNetworkAsn: Int? = null
Link copied to clipboard
val peerAddress: String? = null

The Connect peer address. The following arguments are optional:

Link copied to clipboard
val peerAsn: Int? = null