ExchangeConnection interface

The properties that define an exchange connection.

Properties

bgpSession

The BGP session associated with the connection.

connectionIdentifier

The unique identifier (GUID) for the connection.

connectionState

The state of the connection. NOTE: This property will not be serialized. It can only be populated by the server.

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.

peeringDBFacilityId

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

Property Details

bgpSession

The BGP session associated with the connection.

bgpSession?: BgpSession

Property Value

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