Direct Connection Response
data class DirectConnectionResponse(val bandwidthInMbps: Int? = null, val bgpSession: BgpSessionResponse? = null, val connectionIdentifier: String? = null, val connectionState: String, val errorMessage: String, val microsoftTrackingId: String, val peeringDBFacilityId: Int? = null, val provisionedBandwidthInMbps: Int, val sessionAddressProvider: String? = null, val useForPeeringService: Boolean? = null)
The properties that define a direct connection.
Constructors
Link copied to clipboard
constructor(bandwidthInMbps: Int? = null, bgpSession: BgpSessionResponse? = null, connectionIdentifier: String? = null, connectionState: String, errorMessage: String, microsoftTrackingId: String, peeringDBFacilityId: Int? = null, provisionedBandwidthInMbps: Int, sessionAddressProvider: String? = null, useForPeeringService: Boolean? = null)
Properties
Link copied to clipboard
The bandwidth of the connection.
Link copied to clipboard
The BGP session associated with the connection.
Link copied to clipboard
The unique identifier (GUID) for the connection.
Link copied to clipboard
The state of the connection.
Link copied to clipboard
The error message related to the connection state, if any.
Link copied to clipboard
The ID used within Microsoft's peering provisioning system to track the connection
Link copied to clipboard
The PeeringDB.com ID of the facility at which the connection has to be set up.
Link copied to clipboard
The bandwidth that is actually provisioned.
Link copied to clipboard
The field indicating if Microsoft provides session ip addresses.
Link copied to clipboard
The flag that indicates whether or not the connection is used for peering service.