Uses of Class
org.jclouds.ec2.compute.functions.PresentInstances
Packages that use PresentInstances
-
Uses of PresentInstances in org.jclouds.aws.ec2.compute.functions
Subclasses of PresentInstances in org.jclouds.aws.ec2.compute.functionsModifier and TypeClassDescriptionclass
returns either the instances present in the list, or spot instances, if they ids start withsir-
. -
Uses of PresentInstances in org.jclouds.ec2.compute.strategy
Constructors in org.jclouds.ec2.compute.strategy with parameters of type PresentInstancesModifierConstructorDescriptionprotected
EC2CreateNodesInGroupThenAddToSet
(EC2Api client, com.google.common.cache.LoadingCache<RegionAndName, String> elasticIpCache, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions createKeyPairAndSecurityGroupsAsNeededAndReturncustomize, PresentInstances presentInstances, com.google.common.base.Function<RunningInstance, NodeMetadata> runningInstanceToNodeMetadata, com.google.common.cache.LoadingCache<RunningInstance, com.google.common.base.Optional<LoginCredentials>> instanceToCredentials, Map<String, Credentials> credentialStore, ComputeUtils utils)