public final class InterconnectDiagnostics
extends com.google.api.client.json.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
com.google.api.client.util.GenericData.Flags
AbstractMap.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.
|
String |
getBundleAggregationType()
The aggregation type of the bundle interface.
|
String |
getBundleOperationalStatus()
The operational status of the bundle interface.
|
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 |
setBundleAggregationType(String bundleAggregationType)
The aggregation type of the bundle interface.
|
InterconnectDiagnostics |
setBundleOperationalStatus(String bundleOperationalStatus)
The operational status of the bundle interface.
|
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, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public List<InterconnectDiagnosticsARPEntry> getArpCaches()
null
for nonepublic InterconnectDiagnostics setArpCaches(List<InterconnectDiagnosticsARPEntry> arpCaches)
arpCaches
- arpCaches or null
for nonepublic String getBundleAggregationType()
null
for nonepublic InterconnectDiagnostics setBundleAggregationType(String bundleAggregationType)
bundleAggregationType
- bundleAggregationType or null
for nonepublic String getBundleOperationalStatus()
null
for nonepublic InterconnectDiagnostics setBundleOperationalStatus(String bundleOperationalStatus)
bundleOperationalStatus
- bundleOperationalStatus 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 com.google.api.client.json.GenericJson
public InterconnectDiagnostics clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.