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. 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.

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.

peeringDBFacilityId

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

provisionedBandwidthInMbps

The bandwidth that is actually provisioned. NOTE: This property will not be serialized. It can only be populated by the server.

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. 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