org.jclouds.vcloud.director.v1_5.domain.section
Class NetworkConnectionSection

java.lang.Object
  extended by org.jclouds.dmtf.ovf.SectionType
      extended by org.jclouds.vcloud.director.v1_5.domain.section.NetworkConnectionSection

public class NetworkConnectionSection
extends org.jclouds.dmtf.ovf.SectionType

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

primaryNetworkConnectionIndex

protected Integer primaryNetworkConnectionIndex

networkConnections

protected Set<NetworkConnection> networkConnections

links

protected Set<Link> links

href

protected URI href

type

protected String type
Method Detail

builder

public static NetworkConnectionSection.Builder<?> builder()

toBuilder

public NetworkConnectionSection.Builder<?> toBuilder()

getPrimaryNetworkConnectionIndex

public Integer getPrimaryNetworkConnectionIndex()
Gets the value of the primaryNetworkConnectionIndex property.

Returns:
possible object is Integer

getNetworkConnections

public Set<NetworkConnection> getNetworkConnections()
Gets the value of the networkConnection property.


getLinks

public Set<Link> getLinks()
Gets the value of the link property.


getHref

public URI getHref()
Returns:
the value of the href property.

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

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.