ExchangeConnection interface
The properties that define an exchange connection.
Properties
bgp |
The BGP session associated with the connection. |
connection |
The unique identifier (GUID) for the connection. |
connection |
The state of the connection. NOTE: This property will not be serialized. It can only be populated by the server. |
error |
The error message related to the connection state, if any. NOTE: This property will not be serialized. It can only be populated by the server. |
peering |
The PeeringDB.com ID of the facility at which the connection has to be set up. |
Property Details
bgpSession
connectionIdentifier
The unique identifier (GUID) for the connection.
connectionIdentifier?: string
Property Value
string
connectionState
The state of the connection. NOTE: This property will not be serialized. It can only be populated by the server.
connectionState?: string
Property Value
string
errorMessage
The error message related to the connection state, if any. NOTE: This property will not be serialized. It can only be populated by the server.
errorMessage?: string
Property Value
string
peeringDBFacilityId
The PeeringDB.com ID of the facility at which the connection has to be set up.
peeringDBFacilityId?: number
Property Value
number