public static class InterconnectDiagnostics.Builder extends Object
Modifier and Type | Method and Description |
---|---|
InterconnectDiagnostics.Builder |
addAllArpCaches(List<InterconnectDiagnosticsARPEntry> arpCaches)
A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently
seen by the Google router in the ARP cache for the Interconnect.
|
InterconnectDiagnostics.Builder |
addAllLinks(List<InterconnectDiagnosticsLinkStatus> links)
A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on
the Interconnect.
|
InterconnectDiagnostics.Builder |
addArpCaches(InterconnectDiagnosticsARPEntry arpCaches)
A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently
seen by the Google router in the ARP cache for the Interconnect.
|
InterconnectDiagnostics.Builder |
addLinks(InterconnectDiagnosticsLinkStatus links)
A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on
the Interconnect.
|
InterconnectDiagnostics |
build() |
InterconnectDiagnostics.Builder |
clone() |
List<InterconnectDiagnosticsARPEntry> |
getArpCachesList()
A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently
seen by the Google router in the ARP cache for the Interconnect.
|
List<InterconnectDiagnosticsLinkStatus> |
getLinksList()
A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on
the Interconnect.
|
String |
getMacAddress()
The MAC address of the Interconnect's bundle interface.
|
InterconnectDiagnostics.Builder |
mergeFrom(InterconnectDiagnostics other) |
InterconnectDiagnostics.Builder |
setMacAddress(String macAddress)
The MAC address of the Interconnect's bundle interface.
|
public InterconnectDiagnostics.Builder mergeFrom(InterconnectDiagnostics other)
public List<InterconnectDiagnosticsARPEntry> getArpCachesList()
public InterconnectDiagnostics.Builder addAllArpCaches(List<InterconnectDiagnosticsARPEntry> arpCaches)
public InterconnectDiagnostics.Builder addArpCaches(InterconnectDiagnosticsARPEntry arpCaches)
public List<InterconnectDiagnosticsLinkStatus> getLinksList()
public InterconnectDiagnostics.Builder addAllLinks(List<InterconnectDiagnosticsLinkStatus> links)
public InterconnectDiagnostics.Builder addLinks(InterconnectDiagnosticsLinkStatus links)
public String getMacAddress()
public InterconnectDiagnostics.Builder setMacAddress(String macAddress)
public InterconnectDiagnostics build()
public InterconnectDiagnostics.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.