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

Packages that use TerremarkVCloudClient
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   
 

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, org.jclouds.compute.strategy.PopulateDefaultLoginCredentialsForImageStrategy credentialsProvider, javax.inject.Provider<String> passwordGenerator, com.google.common.base.Predicate<URI> successTester, Map<Status,org.jclouds.compute.domain.NodeState> vAppStatusToNodeState, Map<String,org.jclouds.domain.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 TerremarkVCloudListNodesStrategy.client
           
protected  TerremarkVCloudClient TerremarkVCloudGetNodeMetadataStrategy.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,org.jclouds.compute.domain.NodeMetadata> vAppToNodeMetadata)
           
TerremarkVCloudLifeCycleStrategy(TerremarkVCloudClient client, com.google.common.base.Predicate<URI> taskTester, org.jclouds.compute.strategy.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)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.