arpCaches property

List<InterconnectDiagnosticsARPEntry>? arpCaches
getter/setter pair

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.

Implementation

core.List<InterconnectDiagnosticsARPEntry>? arpCaches;