|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.googlecomputeengine.domain.Instance.NetworkInterface
public static final class Instance.NetworkInterface
A network interface for an Instance.
| Nested Class Summary | |
|---|---|
static class |
Instance.NetworkInterface.AccessConfig
Access configuration to an instance's network. |
static class |
Instance.NetworkInterface.Builder
|
| Method Summary | |
|---|---|
static Instance.NetworkInterface.Builder |
builder()
|
boolean |
equals(Object obj)
|
Set<Instance.NetworkInterface.AccessConfig> |
getAccessConfigs()
|
String |
getName()
|
URI |
getNetwork()
|
com.google.common.base.Optional<String> |
getNetworkIP()
|
int |
hashCode()
|
protected com.google.common.base.Objects.ToStringHelper |
string()
|
Instance.NetworkInterface.Builder |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getName()
public URI getNetwork()
public com.google.common.base.Optional<String> getNetworkIP()
public Set<Instance.NetworkInterface.AccessConfig> getAccessConfigs()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectprotected com.google.common.base.Objects.ToStringHelper string()
public String toString()
toString in class Objectpublic static Instance.NetworkInterface.Builder builder()
public Instance.NetworkInterface.Builder toBuilder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||