DirectConnection interface
The properties that define a direct connection.
Properties
bandwidth |
The bandwidth of the connection. |
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. |
microsoft |
The ID used within Microsoft's peering provisioning system to track the connection 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. |
provisioned |
The bandwidth that is actually provisioned. NOTE: This property will not be serialized. It can only be populated by the server. |
session |
The field indicating if Microsoft provides session ip addresses. |
use |
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
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
microsoftTrackingId
The ID used within Microsoft's peering provisioning system to track the connection NOTE: This property will not be serialized. It can only be populated by the server.
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. NOTE: This property will not be serialized. It can only be populated by the server.
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