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(org.jclouds.compute.ComputeServiceContext context, Map<String,org.jclouds.domain.Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends org.jclouds.compute.domain.Image>> images, com.google.common.base.Supplier<Set<? extends org.jclouds.compute.domain.Hardware>> sizes, com.google.common.base.Supplier<Set<? extends org.jclouds.domain.Location>> locations, org.jclouds.compute.strategy.ListNodesStrategy listNodesStrategy, org.jclouds.compute.strategy.GetNodeMetadataStrategy getNodeMetadataStrategy, org.jclouds.compute.strategy.CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, org.jclouds.compute.strategy.RebootNodeStrategy rebootNodeStrategy, org.jclouds.compute.strategy.DestroyNodeStrategy destroyNodeStrategy, org.jclouds.compute.strategy.ResumeNodeStrategy resumeNodeStrategy, org.jclouds.compute.strategy.SuspendNodeStrategy suspendNodeStrategy, javax.inject.Provider<org.jclouds.compute.domain.TemplateBuilder> templateBuilderProvider, javax.inject.Provider<org.jclouds.compute.options.TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<org.jclouds.compute.domain.NodeMetadata> nodeRunning, com.google.common.base.Predicate<org.jclouds.compute.domain.NodeMetadata> nodeTerminated, com.google.common.base.Predicate<org.jclouds.compute.domain.NodeMetadata> nodeSuspended, org.jclouds.compute.strategy.InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, org.jclouds.compute.callables.RunScriptOnNode.Factory runScriptOnNodeFactory, org.jclouds.scriptbuilder.functions.InitAdminAccess initAdminAccess, org.jclouds.compute.internal.PersistNodeCredentials persistNodeCredentials, org.jclouds.compute.reference.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(org.jclouds.compute.domain.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(org.jclouds.vcloud.compute.VCloudExpressComputeClient computeClient, Map<String,org.jclouds.domain.Credentials> credentialStore, Map<org.jclouds.vcloud.domain.Status,org.jclouds.compute.domain.NodeState> vAppStatusToNodeState, org.jclouds.vcloud.compute.functions.HardwareForVCloudExpressVApp hardwareForVCloudExpressVApp, org.jclouds.vcloud.compute.functions.FindLocationForResource findLocationForResourceInVDC, com.google.common.base.Supplier<Set<? extends org.jclouds.compute.domain.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-2011 jclouds. All Rights Reserved.