Uses of Class
org.jclouds.vcloud.domain.NetworkConnection

Packages that use NetworkConnection
org.jclouds.vcloud.domain   
org.jclouds.vcloud.xml   
 

Uses of NetworkConnection in org.jclouds.vcloud.domain
 

Fields in org.jclouds.vcloud.domain with type parameters of type NetworkConnection
protected  Set<NetworkConnection> NetworkConnectionSection.connections
           
protected  Set<NetworkConnection> NetworkConnectionSection.Builder.connections
           
 

Methods in org.jclouds.vcloud.domain that return NetworkConnection
 NetworkConnection NetworkConnection.Builder.build()
           
 

Methods in org.jclouds.vcloud.domain that return types with arguments of type NetworkConnection
 Set<NetworkConnection> NetworkConnectionSection.getConnections()
           
 

Methods in org.jclouds.vcloud.domain with parameters of type NetworkConnection
static NetworkConnection.Builder NetworkConnection.Builder.fromNetworkConnection(NetworkConnection in)
           
 

Method parameters in org.jclouds.vcloud.domain with type arguments of type NetworkConnection
 NetworkConnectionSection.Builder NetworkConnectionSection.Builder.connections(Iterable<NetworkConnection> connections)
           
 

Constructor parameters in org.jclouds.vcloud.domain with type arguments of type NetworkConnection
NetworkConnectionSection(String type, URI href, String info, Integer primaryNetworkConnectionIndex, Iterable<NetworkConnection> connections, ReferenceType edit)
           
 

Uses of NetworkConnection in org.jclouds.vcloud.xml
 

Fields in org.jclouds.vcloud.xml with type parameters of type NetworkConnection
protected  Set<NetworkConnection> NetworkConnectionSectionHandler.connections
           
 

Methods in org.jclouds.vcloud.xml that return NetworkConnection
 NetworkConnection NetworkConnectionHandler.getResult()
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.