org.jclouds.vcloud.domain.ovf
Class VCloudNetworkSection

java.lang.Object
  extended by org.jclouds.ovf.Section<NetworkSection>
      extended by org.jclouds.ovf.NetworkSection
          extended by org.jclouds.vcloud.domain.ovf.VCloudNetworkSection

public class VCloudNetworkSection
extends NetworkSection

VCloud extension


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jclouds.ovf.NetworkSection
NetworkSection.Builder
 
Field Summary
protected  URI href
           
protected  String type
           
 
Fields inherited from class org.jclouds.ovf.Section
info
 
Constructor Summary
VCloudNetworkSection(String type, URI href, String info, Iterable<Network> networks)
           
 
Method Summary
 boolean equals(Object obj)
           
 URI getHref()
           
 String getType()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class org.jclouds.ovf.NetworkSection
builder, getNetworks, toBuilder
 
Methods inherited from class org.jclouds.ovf.Section
getInfo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

type

protected final String type

href

protected final URI href
Constructor Detail

VCloudNetworkSection

public VCloudNetworkSection(String type,
                            URI href,
                            String info,
                            Iterable<Network> networks)
Method Detail

getType

public String getType()

getHref

public URI getHref()

hashCode

public int hashCode()
Overrides:
hashCode in class NetworkSection

equals

public boolean equals(Object obj)
Overrides:
equals in class NetworkSection

toString

public String toString()
Overrides:
toString in class NetworkSection


Copyright © 2009-2012 jclouds. All Rights Reserved.