Interconnect Circuit Info Response
data class InterconnectCircuitInfoResponse(val customerDemarcId: String, val googleCircuitId: String, val googleDemarcId: String)
Describes a single physical circuit between the Customer and Google. CircuitInfo objects are created by Google, so all fields are output only.
Constructors
Link copied to clipboard
fun InterconnectCircuitInfoResponse(customerDemarcId: String, googleCircuitId: String, googleDemarcId: String)