public final class InterconnectDiagnostics extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Compute Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
| InterconnectDiagnostics() | 
| Modifier and Type | Method and Description | 
|---|---|
| InterconnectDiagnostics | clone() | 
| List<InterconnectDiagnosticsARPEntry> | getArpCaches()A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently
 seen by the Google router in the ARP cache for the Interconnect. | 
| List<InterconnectDiagnosticsLinkStatus> | getLinks()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 | set(String fieldName,
   Object value) | 
| InterconnectDiagnostics | setArpCaches(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 | setLinks(List<InterconnectDiagnosticsLinkStatus> links)A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on
 the Interconnect. | 
| InterconnectDiagnostics | setMacAddress(String macAddress)The MAC address of the Interconnect's bundle interface. | 
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic List<InterconnectDiagnosticsARPEntry> getArpCaches()
null for nonepublic InterconnectDiagnostics setArpCaches(List<InterconnectDiagnosticsARPEntry> arpCaches)
arpCaches - arpCaches or null for nonepublic List<InterconnectDiagnosticsLinkStatus> getLinks()
null for nonepublic InterconnectDiagnostics setLinks(List<InterconnectDiagnosticsLinkStatus> links)
links - links or null for nonepublic String getMacAddress()
null for nonepublic InterconnectDiagnostics setMacAddress(String macAddress)
macAddress - macAddress or null for nonepublic InterconnectDiagnostics set(String fieldName, Object value)
set in class GenericJsonpublic InterconnectDiagnostics clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.