Uses of Class
org.jclouds.vcloud.director.v1_5.domain.network.NetworkConnection

Packages that use NetworkConnection
org.jclouds.vcloud.director.v1_5.domain.network   
org.jclouds.vcloud.director.v1_5.domain.section   
 

Uses of NetworkConnection in org.jclouds.vcloud.director.v1_5.domain.network
 

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

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

Uses of NetworkConnection in org.jclouds.vcloud.director.v1_5.domain.section
 

Fields in org.jclouds.vcloud.director.v1_5.domain.section with type parameters of type NetworkConnection
protected  Set<NetworkConnection> NetworkConnectionSection.networkConnections
           
 

Methods in org.jclouds.vcloud.director.v1_5.domain.section that return types with arguments of type NetworkConnection
 Set<NetworkConnection> NetworkConnectionSection.getNetworkConnections()
          Gets the value of the networkConnection property.
 

Methods in org.jclouds.vcloud.director.v1_5.domain.section with parameters of type NetworkConnection
 B NetworkConnectionSection.Builder.networkConnection(NetworkConnection networkConnection)
           
 

Method parameters in org.jclouds.vcloud.director.v1_5.domain.section with type arguments of type NetworkConnection
 B NetworkConnectionSection.Builder.networkConnections(Set<NetworkConnection> networkConnections)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.