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
fun DirectConnectionResponse(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)