public class NetworkConnectionSection
extends org.jclouds.dmtf.ovf.SectionType
<complexType name="NetworkConnectionSectionType" />
| Modifier and Type | Class and Description |
|---|---|
static class |
NetworkConnectionSection.Builder<B extends NetworkConnectionSection.Builder<B>> |
| Modifier and Type | Field and Description |
|---|---|
protected URI |
href |
protected Set<Link> |
links |
protected Set<NetworkConnection> |
networkConnections |
protected Integer |
primaryNetworkConnectionIndex |
protected String |
type |
| Modifier and Type | Method and Description |
|---|---|
static NetworkConnectionSection.Builder<?> |
builder() |
boolean |
equals(Object o) |
URI |
getHref() |
Set<Link> |
getLinks()
Gets the value of the link property.
|
Set<NetworkConnection> |
getNetworkConnections()
Gets the value of the networkConnection property.
|
Integer |
getPrimaryNetworkConnectionIndex()
Gets the value of the primaryNetworkConnectionIndex property.
|
String |
getType()
Gets the value of the type property.
|
int |
hashCode() |
com.google.common.base.Objects.ToStringHelper |
string() |
NetworkConnectionSection.Builder<?> |
toBuilder() |
protected Integer primaryNetworkConnectionIndex
protected Set<NetworkConnection> networkConnections
protected URI href
protected String type
public static NetworkConnectionSection.Builder<?> builder()
public NetworkConnectionSection.Builder<?> toBuilder()
public Integer getPrimaryNetworkConnectionIndex()
Integerpublic Set<NetworkConnection> getNetworkConnections()
public URI getHref()
public String getType()
Stringpublic 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.