Exchange Connection Response
data class ExchangeConnectionResponse(val bgpSession: BgpSessionResponse? = null, val connectionIdentifier: String? = null, val connectionState: String, val errorMessage: String, val peeringDBFacilityId: Int? = null)
The properties that define an exchange connection.
Constructors
Link copied to clipboard
fun ExchangeConnectionResponse(bgpSession: BgpSessionResponse? = null, connectionIdentifier: String? = null, connectionState: String, errorMessage: String, peeringDBFacilityId: Int? = null)