Uses of Class
org.jclouds.vcloud.terremark.compute.domain.OrgAndName

Packages that use OrgAndName
org.jclouds.vcloud.terremark.compute   
org.jclouds.vcloud.terremark.compute.functions   
org.jclouds.vcloud.terremark.compute.strategy   
 

Uses of OrgAndName in org.jclouds.vcloud.terremark.compute
 

Constructor parameters in org.jclouds.vcloud.terremark.compute with type arguments of type OrgAndName
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, RunNodesAndAddToSetStrategy 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, ComputeUtils utils, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor, CleanupOrphanKeys cleanupOrphanKeys, ConcurrentMap<OrgAndName,KeyPairCredentials> credentialsMap, NodeMetadataToOrgAndName nodeToOrgAndName)
           
 

Uses of OrgAndName in org.jclouds.vcloud.terremark.compute.functions
 

Methods in org.jclouds.vcloud.terremark.compute.functions that return OrgAndName
 OrgAndName NodeMetadataToOrgAndName.apply(NodeMetadata from)
           
 

Methods in org.jclouds.vcloud.terremark.compute.functions with parameters of type OrgAndName
 KeyPair CreateUniqueKeyPair.apply(OrgAndName from)
           
 

Constructor parameters in org.jclouds.vcloud.terremark.compute.functions with type arguments of type OrgAndName
TerremarkVCloudExpressVAppToNodeMetadata(VCloudExpressComputeClient 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)
           
 

Uses of OrgAndName in org.jclouds.vcloud.terremark.compute.strategy
 

Methods in org.jclouds.vcloud.terremark.compute.strategy with parameters of type OrgAndName
 void DeleteKeyPair.execute(OrgAndName orgTag)
           
 



Copyright © 2009-2010 jclouds. All Rights Reserved.