InterconnectCircuitInfo class

Describes a single physical circuit between the Customer and Google.

CircuitInfo objects are created by Google, so all fields are output only.

Constructors

InterconnectCircuitInfo({String? customerDemarcId, String? googleCircuitId, String? googleDemarcId})
InterconnectCircuitInfo.fromJson(Map json_)

Properties

customerDemarcId String?
Customer-side demarc ID for this circuit.
getter/setter pair
googleCircuitId String?
Google-assigned unique ID for this circuit.
getter/setter pair
googleDemarcId String?
Google-side demarc ID for this circuit.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited