public final class InterconnectDiagnosticsLinkLACPStatus
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| Constructor and Description |
|---|
InterconnectDiagnosticsLinkLACPStatus() |
| Modifier and Type | Method and Description |
|---|---|
InterconnectDiagnosticsLinkLACPStatus |
clone() |
java.lang.String |
getGoogleSystemId()
System ID of the port on Google's side of the LACP exchange.
|
java.lang.String |
getNeighborSystemId()
System ID of the port on the neighbor's side of the LACP exchange.
|
java.lang.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(java.lang.String fieldName,
java.lang.Object value) |
InterconnectDiagnosticsLinkLACPStatus |
setGoogleSystemId(java.lang.String googleSystemId)
System ID of the port on Google's side of the LACP exchange.
|
InterconnectDiagnosticsLinkLACPStatus |
setNeighborSystemId(java.lang.String neighborSystemId)
System ID of the port on the neighbor's side of the LACP exchange.
|
InterconnectDiagnosticsLinkLACPStatus |
setState(java.lang.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, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic InterconnectDiagnosticsLinkLACPStatus()
public java.lang.String getGoogleSystemId()
null for nonepublic InterconnectDiagnosticsLinkLACPStatus setGoogleSystemId(java.lang.String googleSystemId)
googleSystemId - googleSystemId or null for nonepublic java.lang.String getNeighborSystemId()
null for nonepublic InterconnectDiagnosticsLinkLACPStatus setNeighborSystemId(java.lang.String neighborSystemId)
neighborSystemId - neighborSystemId or null for nonepublic java.lang.String getState()
null for nonepublic InterconnectDiagnosticsLinkLACPStatus setState(java.lang.String state)
state - state or null for nonepublic InterconnectDiagnosticsLinkLACPStatus set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic InterconnectDiagnosticsLinkLACPStatus clone()
clone in class com.google.api.client.json.GenericJson