|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap<String,Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.google.api.services.compute.model.NetworkInterface
public final class NetworkInterface
A network interface resource attached to an instance.
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: http://code.google.com/p/google-api-java-client/wiki/Json
Upgrade warning: starting with version 1.12 getResponseHeaders()
is removed, instead use
JsonHttpRequest.getLastResponseHeaders()
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData |
---|
GenericData.Flags |
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
---|
Map.Entry<K,V> |
Constructor Summary | |
---|---|
NetworkInterface()
|
Method Summary | |
---|---|
List<AccessConfig> |
getAccessConfigs()
Array of configurations for this interface. |
String |
getKind()
Type of the resource. |
String |
getName()
Name of the resource, determined by the server; for network devices, these are e.g. |
String |
getNetwork()
URL of the network resource attached to this interface. |
String |
getNetworkIP()
An optional IPV4 internal network address to assign to this instance. |
NetworkInterface |
setAccessConfigs(List<AccessConfig> accessConfigs)
Array of configurations for this interface. |
NetworkInterface |
setKind(String kind)
Type of the resource. |
NetworkInterface |
setName(String name)
Name of the resource, determined by the server; for network devices, these are e.g. |
NetworkInterface |
setNetwork(String network)
URL of the network resource attached to this interface. |
NetworkInterface |
setNetworkIP(String networkIP)
An optional IPV4 internal network address to assign to this instance. |
Methods inherited from class com.google.api.client.json.GenericJson |
---|
clone, getFactory, setFactory, toPrettyString, toString |
Methods inherited from class com.google.api.client.util.GenericData |
---|
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeys |
Methods inherited from class java.util.AbstractMap |
---|
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NetworkInterface()
Method Detail |
---|
public List<AccessConfig> getAccessConfigs()
null
.
public NetworkInterface setAccessConfigs(List<AccessConfig> accessConfigs)
null
.
public String getKind()
null
.
public NetworkInterface setKind(String kind)
null
.
public String getName()
null
.
public NetworkInterface setName(String name)
null
.
public String getNetwork()
null
.
public NetworkInterface setNetwork(String network)
null
.
public String getNetworkIP()
null
.
public NetworkInterface setNetworkIP(String networkIP)
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |