Uses of Interface
org.jclouds.vcloud.VCloudClient

Packages that use VCloudClient
org.jclouds.vcloud.compute.strategy   
org.jclouds.vcloud.predicates   
 

Uses of VCloudClient in org.jclouds.vcloud.compute.strategy
 

Fields in org.jclouds.vcloud.compute.strategy declared as VCloudClient
protected  VCloudClient VCloudComputeServiceAdapter.client
           
protected  VCloudClient InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn.client
           
 

Constructors in org.jclouds.vcloud.compute.strategy with parameters of type VCloudClient
InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn(VCloudClient client, com.google.common.base.Predicate<URI> successTester, com.google.common.cache.LoadingCache<URI,VAppTemplate> vAppTemplates, NetworkConfig defaultNetworkConfig, String buildVersion)
           
VCloudComputeServiceAdapter(VCloudClient client, com.google.common.base.Predicate<URI> successTester, InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn booter, com.google.common.base.Supplier<Map<String,Org>> nameToOrg, VAppTemplatesSupplier templates, com.google.common.base.Function<VAppTemplate,Envelope> templateToEnvelope)
           
 

Uses of VCloudClient in org.jclouds.vcloud.predicates
 

Constructors in org.jclouds.vcloud.predicates with parameters of type VCloudClient
TaskSuccess(VCloudClient client)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.