Uses of Interface
org.jclouds.trmk.vcloud_0_8.TerremarkVCloudClient

Packages that use TerremarkVCloudClient
org.jclouds.trmk.ecloud   
org.jclouds.trmk.ecloud.config   
org.jclouds.trmk.vcloud_0_8   
org.jclouds.trmk.vcloud_0_8.compute   
org.jclouds.trmk.vcloud_0_8.compute.functions   
org.jclouds.trmk.vcloud_0_8.compute.strategy   
org.jclouds.trmk.vcloud_0_8.config   
org.jclouds.trmk.vcloud_0_8.predicates   
org.jclouds.trmk.vcloudexpress   
org.jclouds.trmk.vcloudexpress.config   
 

Uses of TerremarkVCloudClient in org.jclouds.trmk.ecloud
 

Subinterfaces of TerremarkVCloudClient in org.jclouds.trmk.ecloud
 interface TerremarkECloudClient
          Provides access to VCloud resources via their REST API.
 

Uses of TerremarkVCloudClient in org.jclouds.trmk.ecloud.config
 

Methods in org.jclouds.trmk.ecloud.config that return TerremarkVCloudClient
protected  TerremarkVCloudClient TerremarkECloudRestClientModule.provideTerremarkClient(TerremarkECloudClient in)
           
 

Uses of TerremarkVCloudClient in org.jclouds.trmk.vcloud_0_8
 

Classes in org.jclouds.trmk.vcloud_0_8 with type parameters of type TerremarkVCloudClient
 class TerremarkVCloudContextBuilder<S extends TerremarkVCloudClient,A extends TerremarkVCloudAsyncClient>
          Creates VCloudComputeServiceContext or Injector instances based on the most commonly requested arguments.
 

Uses of TerremarkVCloudClient in org.jclouds.trmk.vcloud_0_8.compute
 

Fields in org.jclouds.trmk.vcloud_0_8.compute declared as TerremarkVCloudClient
protected  TerremarkVCloudClient TerremarkVCloudComputeClient.client
           
 

Constructors in org.jclouds.trmk.vcloud_0_8.compute with parameters of type TerremarkVCloudClient
TerremarkVCloudComputeClient(TerremarkVCloudClient client, javax.inject.Provider<String> passwordGenerator, com.google.common.base.Predicate<URI> successTester, Map<Status,NodeState> vAppStatusToNodeState, Map<String,Credentials> credentialStore, InternetServiceAndPublicIpAddressSupplier internetServiceAndPublicIpAddressSupplier)
           
 

Uses of TerremarkVCloudClient in org.jclouds.trmk.vcloud_0_8.compute.functions
 

Fields in org.jclouds.trmk.vcloud_0_8.compute.functions declared as TerremarkVCloudClient
protected  TerremarkVCloudClient CreateUniqueKeyPair.trmkClient
           
 

Uses of TerremarkVCloudClient in org.jclouds.trmk.vcloud_0_8.compute.strategy
 

Fields in org.jclouds.trmk.vcloud_0_8.compute.strategy declared as TerremarkVCloudClient
protected  TerremarkVCloudClient TerremarkVCloudGetNodeMetadataStrategy.client
           
protected  TerremarkVCloudClient TerremarkVCloudListNodesStrategy.client
           
 

Constructors in org.jclouds.trmk.vcloud_0_8.compute.strategy with parameters of type TerremarkVCloudClient
TerremarkVCloudGetNodeMetadataStrategy(TerremarkVCloudClient client, com.google.common.base.Function<VApp,NodeMetadata> vAppToNodeMetadata)
           
TerremarkVCloudLifeCycleStrategy(TerremarkVCloudClient client, com.google.common.base.Predicate<URI> taskTester, GetNodeMetadataStrategy getNode)
           
TerremarkVCloudListNodesStrategy(TerremarkVCloudClient client, com.google.common.base.Supplier<Map<String,ReferenceType>> orgNameToEndpoint, TerremarkVCloudGetNodeMetadataStrategy getNodeMetadata, FindLocationForResource findLocationForResourceInVDC)
           
 

Uses of TerremarkVCloudClient in org.jclouds.trmk.vcloud_0_8.config
 

Classes in org.jclouds.trmk.vcloud_0_8.config with type parameters of type TerremarkVCloudClient
 class TerremarkVCloudRestClientModule<S extends TerremarkVCloudClient,A extends TerremarkVCloudAsyncClient>
           
 

Constructors in org.jclouds.trmk.vcloud_0_8.config with parameters of type TerremarkVCloudClient
TerremarkVCloudRestClientModule.OrgNameToKeysListSupplier(com.google.common.base.Supplier<VCloudSession> sessionSupplier, TerremarkVCloudClient client)
           
 

Uses of TerremarkVCloudClient in org.jclouds.trmk.vcloud_0_8.predicates
 

Constructors in org.jclouds.trmk.vcloud_0_8.predicates with parameters of type TerremarkVCloudClient
TaskSuccess(TerremarkVCloudClient client)
           
 

Uses of TerremarkVCloudClient in org.jclouds.trmk.vcloudexpress
 

Subinterfaces of TerremarkVCloudClient in org.jclouds.trmk.vcloudexpress
 interface TerremarkVCloudExpressClient
          Provides access to VCloud resources via their REST API.
 

Uses of TerremarkVCloudClient in org.jclouds.trmk.vcloudexpress.config
 

Methods in org.jclouds.trmk.vcloudexpress.config that return TerremarkVCloudClient
protected  TerremarkVCloudClient TerremarkVCloudExpressRestClientModule.provideVCloudClient(TerremarkVCloudExpressClient in)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.