org.jclouds.vcloud.director.v1_5.domain.section
Class NetworkConfigSection
java.lang.Object
org.jclouds.dmtf.ovf.SectionType
org.jclouds.vcloud.director.v1_5.domain.section.NetworkConfigSection
public class NetworkConfigSection
- extends org.jclouds.dmtf.ovf.SectionType
Represents the network config section of a vApp.
<complexType name="NetworkConfigSection" />
| Methods inherited from class org.jclouds.dmtf.ovf.SectionType |
getInfo, isRequired, setInfo, toString |
links
protected Set<Link> links
networkConfigs
protected Set<VAppNetworkConfiguration> networkConfigs
href
protected URI href
type
protected String type
NetworkConfigSection
public NetworkConfigSection(NetworkConfigSection.Builder<?> builder)
NetworkConfigSection
protected NetworkConfigSection()
builder
public static NetworkConfigSection.Builder<?> builder()
toBuilder
public NetworkConfigSection.Builder<?> toBuilder()
getLinks
public Set<Link> getLinks()
- Gets the value of the link property.
getNetworkConfigs
public Set<VAppNetworkConfiguration> getNetworkConfigs()
- Gets the value of the networkConfig property.
getHref
public URI getHref()
- Gets the value of the href property.
getType
public String getType()
- Gets the value of the type property.
equals
public boolean equals(Object o)
- Overrides:
equals in class org.jclouds.dmtf.ovf.SectionType
hashCode
public int hashCode()
- Overrides:
hashCode in class org.jclouds.dmtf.ovf.SectionType
string
public com.google.common.base.Objects.ToStringHelper string()
- Overrides:
string in class org.jclouds.dmtf.ovf.SectionType
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.