|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.dmtf.ovf.SectionType
org.jclouds.vcloud.director.v1_5.domain.section.NetworkConnectionSection
public class NetworkConnectionSection
Represents a list of network cards existing in a VM.
<complexType name="NetworkConnectionSectionType" />
| Nested Class Summary | |
|---|---|
static class |
NetworkConnectionSection.Builder<B extends NetworkConnectionSection.Builder<B>>
|
| Field Summary | |
|---|---|
protected URI |
href
|
protected Set<Link> |
links
|
protected Set<NetworkConnection> |
networkConnections
|
protected Integer |
primaryNetworkConnectionIndex
|
protected String |
type
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class org.jclouds.dmtf.ovf.SectionType |
|---|
getInfo, isRequired, setInfo, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Integer primaryNetworkConnectionIndex
protected Set<NetworkConnection> networkConnections
protected Set<Link> links
protected URI href
protected String type
| Method Detail |
|---|
public static NetworkConnectionSection.Builder<?> builder()
public NetworkConnectionSection.Builder<?> toBuilder()
public Integer getPrimaryNetworkConnectionIndex()
Integerpublic Set<NetworkConnection> getNetworkConnections()
public Set<Link> getLinks()
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.SectionType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||