| Modifier and Type | Class and Description |
|---|---|
static class |
Instance.NetworkInterface.AccessConfig
Access configuration to an instance's network.
|
static class |
Instance.NetworkInterface.Builder |
| Modifier and Type | Method and Description |
|---|---|
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() |
public String getName()
public URI getNetwork()
public com.google.common.base.Optional<String> getNetworkIP()
public Set<Instance.NetworkInterface.AccessConfig> getAccessConfigs()
protected com.google.common.base.Objects.ToStringHelper string()
public static Instance.NetworkInterface.Builder builder()
public Instance.NetworkInterface.Builder toBuilder()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.