public final class RouterInterface
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 |
---|
RouterInterface() |
Modifier and Type | Method and Description |
---|---|
RouterInterface |
clone() |
java.lang.String |
getIpRange()
IP address and range of the interface.
|
java.lang.String |
getLinkedVpnTunnel()
URI of linked VPN tunnel.
|
java.lang.String |
getName()
Name of this interface entry.
|
RouterInterface |
set(java.lang.String fieldName,
java.lang.Object value) |
RouterInterface |
setIpRange(java.lang.String ipRange)
IP address and range of the interface.
|
RouterInterface |
setLinkedVpnTunnel(java.lang.String linkedVpnTunnel)
URI of linked VPN tunnel.
|
RouterInterface |
setName(java.lang.String name)
Name of this interface entry.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.String getIpRange()
null
for nonepublic RouterInterface setIpRange(java.lang.String ipRange)
ipRange
- ipRange or null
for nonepublic java.lang.String getLinkedVpnTunnel()
null
for nonepublic RouterInterface setLinkedVpnTunnel(java.lang.String linkedVpnTunnel)
linkedVpnTunnel
- linkedVpnTunnel or null
for nonepublic java.lang.String getName()
null
for nonepublic RouterInterface setName(java.lang.String name)
name
- name or null
for nonepublic RouterInterface set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public RouterInterface clone()
clone
in class com.google.api.client.json.GenericJson