Uses of Class
org.jclouds.trmk.vcloud_0_8.compute.domain.KeyPairCredentials

Packages that use KeyPairCredentials
org.jclouds.trmk.vcloud_0_8.compute   
org.jclouds.trmk.vcloud_0_8.compute.domain   
org.jclouds.trmk.vcloud_0_8.compute.functions   
 

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

Constructor parameters in org.jclouds.trmk.vcloud_0_8.compute with type arguments of type KeyPairCredentials
TerremarkVCloudComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy resumeNodeStrategy, SuspendNodeStrategy suspendNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<NodeMetadata> nodeRunning, com.google.common.base.Predicate<NodeMetadata> nodeTerminated, com.google.common.base.Predicate<NodeMetadata> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor, CleanupOrphanKeys cleanupOrphanKeys, ConcurrentMap<OrgAndName,KeyPairCredentials> credentialsMap, NodeMetadataToOrgAndName nodeToOrgAndName)
           
 

Uses of KeyPairCredentials in org.jclouds.trmk.vcloud_0_8.compute.domain
 

Classes in org.jclouds.trmk.vcloud_0_8.compute.domain with type parameters of type KeyPairCredentials
static class KeyPairCredentials.Builder<T extends KeyPairCredentials>
           
 

Methods in org.jclouds.trmk.vcloud_0_8.compute.domain that return types with arguments of type KeyPairCredentials
 KeyPairCredentials.Builder<? extends KeyPairCredentials> KeyPairCredentials.toBuilder()
           
 

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

Fields in org.jclouds.trmk.vcloud_0_8.compute.functions with type parameters of type KeyPairCredentials
protected  ConcurrentMap<OrgAndName,KeyPairCredentials> VAppToNodeMetadata.credentialsMap
           
 

Constructor parameters in org.jclouds.trmk.vcloud_0_8.compute.functions with type arguments of type KeyPairCredentials
VAppToNodeMetadata(TerremarkVCloudComputeClient computeClient, Map<String,Credentials> credentialStore, Map<Status,NodeState> vAppStatusToNodeState, HardwareForVCloudExpressVApp hardwareForVCloudExpressVApp, FindLocationForResource findLocationForResourceInVDC, com.google.common.base.Supplier<Set<? extends Image>> images, ConcurrentMap<OrgAndName,KeyPairCredentials> credentialsMap)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.