InterconnectLocationRegionInfo class

Information about any potential InterconnectAttachments between an Interconnect at a specific InterconnectLocation, and a specific Cloud Region.

Constructors

InterconnectLocationRegionInfo({String? expectedRttMs, String? locationPresence, String? region})
InterconnectLocationRegionInfo.fromJson(Map json_)

Properties

expectedRttMs String?
Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this region.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
locationPresence String?
Identifies the network presence of this location. Possible string values are:
getter/setter pair
region String?
URL for the region of this location.
getter/setter pair
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