InterconnectDiagnostics class

Diagnostics information about the Interconnect connection, which contains detailed and current technical information about Google's side of the connection.

Constructors

InterconnectDiagnostics({List<InterconnectDiagnosticsARPEntry>? arpCaches, String? bundleAggregationType, String? bundleOperationalStatus, List<InterconnectDiagnosticsLinkStatus>? links, String? macAddress})
InterconnectDiagnostics.fromJson(Map json_)

Properties

arpCaches List<InterconnectDiagnosticsARPEntry>?
A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.
getter/setter pair
bundleAggregationType String?
The aggregation type of the bundle interface. Possible string values are:
getter/setter pair
bundleOperationalStatus String?
The operational status of the bundle interface. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.
getter/setter pair
macAddress String?
The MAC address of the Interconnect's bundle interface.
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