DirectConnection interface

The properties that define a direct connection.

Properties

bandwidthInMbps

The bandwidth of the connection.

bgpSession

The BGP session associated with the connection.

connectionIdentifier

The unique identifier (GUID) for the connection.

connectionState

The state of the connection.

errorMessage

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

microsoftTrackingId

The ID used within Microsoft's peering provisioning system to track the connection

peeringDBFacilityId

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

provisionedBandwidthInMbps

The bandwidth that is actually provisioned.

sessionAddressProvider

The field indicating if Microsoft provides session ip addresses.

useForPeeringService

The flag that indicates whether or not the connection is used for peering service.

Property Details

bandwidthInMbps

The bandwidth of the connection.

bandwidthInMbps?: number

Property Value

number

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.

connectionState?: string

Property Value

string

errorMessage

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

errorMessage?: string

Property Value

string

microsoftTrackingId

The ID used within Microsoft's peering provisioning system to track the connection

microsoftTrackingId?: 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

provisionedBandwidthInMbps

The bandwidth that is actually provisioned.

provisionedBandwidthInMbps?: number

Property Value

number

sessionAddressProvider

The field indicating if Microsoft provides session ip addresses.

sessionAddressProvider?: string

Property Value

string

useForPeeringService

The flag that indicates whether or not the connection is used for peering service.

useForPeeringService?: boolean

Property Value

boolean