Uses of Interface
org.jclouds.vcloud.VCloudClient

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

Uses of VCloudClient in org.jclouds.vcloud
 

Subinterfaces of VCloudClient in org.jclouds.vcloud
 interface VCloudApi
          Provides access to VCloud resources via their REST API.
 

Fields in org.jclouds.vcloud with type parameters of type VCloudClient
static com.google.common.reflect.TypeToken<org.jclouds.rest.RestContext<VCloudClient,VCloudAsyncClient>> VCloudApiMetadata.CONTEXT_TOKEN
          Deprecated. please use org.jclouds.ContextBuilder#buildApi(VCloudClient.class) as VCloudAsyncClient interface will be removed in jclouds 1.7.
 

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, NetworkConfigurationForNetworkAndOptions networkConfigurationForNetworkAndOptions, 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,org.jclouds.ovf.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-2013 The Apache Software Foundation. All Rights Reserved.