public class NetworkConfigSection
extends org.jclouds.dmtf.ovf.SectionType
<complexType name="NetworkConfigSection" />
| Modifier and Type | Class and Description |
|---|---|
static class |
NetworkConfigSection.Builder<B extends NetworkConfigSection.Builder<B>> |
| Modifier and Type | Field and Description |
|---|---|
protected URI |
href |
protected Set<Link> |
links |
protected Set<VAppNetworkConfiguration> |
networkConfigs |
protected String |
type |
| Modifier | Constructor and Description |
|---|---|
protected |
NetworkConfigSection() |
|
NetworkConfigSection(NetworkConfigSection.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
static NetworkConfigSection.Builder<?> |
builder() |
boolean |
equals(Object o) |
URI |
getHref()
Gets the value of the href property.
|
Set<Link> |
getLinks()
Gets the value of the link property.
|
Set<VAppNetworkConfiguration> |
getNetworkConfigs()
Gets the value of the networkConfig property.
|
String |
getType()
Gets the value of the type property.
|
int |
hashCode() |
com.google.common.base.Objects.ToStringHelper |
string() |
NetworkConfigSection.Builder<?> |
toBuilder() |
protected Set<VAppNetworkConfiguration> networkConfigs
protected URI href
protected String type
public NetworkConfigSection(NetworkConfigSection.Builder<?> builder)
protected NetworkConfigSection()
public static NetworkConfigSection.Builder<?> builder()
public NetworkConfigSection.Builder<?> toBuilder()
public Set<VAppNetworkConfiguration> getNetworkConfigs()
public URI getHref()
public String getType()
public boolean equals(Object o)
equals in class org.jclouds.dmtf.ovf.SectionTypepublic int hashCode()
hashCode in class org.jclouds.dmtf.ovf.SectionTypepublic com.google.common.base.Objects.ToStringHelper string()
string in class org.jclouds.dmtf.ovf.SectionTypeCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.