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

Packages that use NetworkAssignment
org.jclouds.vcloud.director.v1_5.domain.network   
org.jclouds.vcloud.director.v1_5.domain.params   
 

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

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

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

Uses of NetworkAssignment in org.jclouds.vcloud.director.v1_5.domain.params
 

Fields in org.jclouds.vcloud.director.v1_5.domain.params with type parameters of type NetworkAssignment
protected  Set<NetworkAssignment> SourcedCompositionItemParam.networkAssignment
           
 

Methods in org.jclouds.vcloud.director.v1_5.domain.params that return types with arguments of type NetworkAssignment
 Set<NetworkAssignment> SourcedCompositionItemParam.getNetworkAssignment()
          Gets the value of the networkAssignment property.
 

Method parameters in org.jclouds.vcloud.director.v1_5.domain.params with type arguments of type NetworkAssignment
 SourcedCompositionItemParam.Builder SourcedCompositionItemParam.Builder.networkAssignment(Set<NetworkAssignment> networkAssignment)
           
 

Constructor parameters in org.jclouds.vcloud.director.v1_5.domain.params with type arguments of type NetworkAssignment
SourcedCompositionItemParam(Reference source, String vAppScopedLocalId, InstantiationParams instantiationParams, Set<NetworkAssignment> networkAssignment, Boolean sourceDelete)
           
 



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