public final class InterconnectDiagnosticsLinkLACPStatus 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 | 
|---|
| InterconnectDiagnosticsLinkLACPStatus() | 
| Modifier and Type | Method and Description | 
|---|---|
| InterconnectDiagnosticsLinkLACPStatus | clone() | 
| String | getGoogleSystemId()System ID of the port on Google's side of the LACP exchange. | 
| String | getNeighborSystemId()System ID of the port on the neighbor's side of the LACP exchange. | 
| String | getState()The state of a LACP link, which can take one of the following values: - ACTIVE: The link is
 configured and active within the bundle. | 
| InterconnectDiagnosticsLinkLACPStatus | set(String fieldName,
   Object value) | 
| InterconnectDiagnosticsLinkLACPStatus | setGoogleSystemId(String googleSystemId)System ID of the port on Google's side of the LACP exchange. | 
| InterconnectDiagnosticsLinkLACPStatus | setNeighborSystemId(String neighborSystemId)System ID of the port on the neighbor's side of the LACP exchange. | 
| InterconnectDiagnosticsLinkLACPStatus | setState(String state)The state of a LACP link, which can take one of the following values: - ACTIVE: The link is
 configured and active within the bundle. | 
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 InterconnectDiagnosticsLinkLACPStatus()
public String getGoogleSystemId()
null for nonepublic InterconnectDiagnosticsLinkLACPStatus setGoogleSystemId(String googleSystemId)
googleSystemId - googleSystemId or null for nonepublic String getNeighborSystemId()
null for nonepublic InterconnectDiagnosticsLinkLACPStatus setNeighborSystemId(String neighborSystemId)
neighborSystemId - neighborSystemId or null for nonepublic String getState()
null for nonepublic InterconnectDiagnosticsLinkLACPStatus setState(String state)
state - state or null for nonepublic InterconnectDiagnosticsLinkLACPStatus set(String fieldName, Object value)
set in class GenericJsonpublic InterconnectDiagnosticsLinkLACPStatus clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.