ExchangeConnectionResponse

data class ExchangeConnectionResponse(val bgpSession: BgpSessionResponse? = null, val connectionIdentifier: String? = null, val connectionState: String, val errorMessage: String, val peeringDBFacilityId: Int? = null)

The properties that define an exchange connection.

Constructors

Link copied to clipboard
constructor(bgpSession: BgpSessionResponse? = null, connectionIdentifier: String? = null, connectionState: String, errorMessage: String, peeringDBFacilityId: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The BGP session associated with the connection.

Link copied to clipboard

The unique identifier (GUID) for the connection.

Link copied to clipboard

The state of the connection.

Link copied to clipboard

The error message related to the connection state, if any.

Link copied to clipboard

The PeeringDB.com ID of the facility at which the connection has to be set up.