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

Packages that use OrgAndName
org.jclouds.trmk.vcloud_0_8.compute   
org.jclouds.trmk.vcloud_0_8.compute.functions   
org.jclouds.trmk.vcloud_0_8.compute.strategy   
 

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

Constructor parameters in org.jclouds.trmk.vcloud_0_8.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, 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 OrgAndName in org.jclouds.trmk.vcloud_0_8.compute.functions
 

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

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

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

Constructor parameters in org.jclouds.trmk.vcloud_0_8.compute.functions with type arguments of type OrgAndName
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)
           
 

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

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



Copyright © 2009-2011 jclouds. All Rights Reserved.