InterconnectDiagnosticsLinkStatus class
Constructors
Properties
-
arpCaches
↔ List<
InterconnectDiagnosticsARPEntry> -
A list of InterconnectDiagnostics.ARPEntry objects, describing the ARP
neighbor entries seen on this link. This will be empty if the link is
bundled
read / write
- circuitId ↔ String
-
The unique ID for this link assigned during turn up by Google.
read / write
- googleDemarc ↔ String
-
The Demarc address assigned by Google and provided in the LoA.
read / write
- lacpStatus ↔ InterconnectDiagnosticsLinkLACPStatus
-
read / write
- receivingOpticalPower ↔ InterconnectDiagnosticsLinkOpticalPower
-
An InterconnectDiagnostics.LinkOpticalPower object, describing the current
value and status of the received light level.
read / write
- transmittingOpticalPower ↔ InterconnectDiagnosticsLinkOpticalPower
-
An InterconnectDiagnostics.LinkOpticalPower object, describing the current
value and status of the transmitted light level.
read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
toJson(
) → Map< String, Object> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
inherited