| Modifier and Type | Field and Description |
|---|---|
static com.google.common.reflect.TypeToken<org.jclouds.rest.RestContext<? extends EC2Client,? extends EC2AsyncClient>> |
EC2ApiMetadata.CONTEXT_TOKEN
Deprecated.
please use
org.jclouds.ContextBuilder#buildApi(EC2Api.class) as
EC2AsyncClient interface will be removed and EC2Client will be
moved into EC2Api in jclouds 1.7 |
| Constructor and Description |
|---|
EC2ComputeService(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.GetImageStrategy getImageStrategy,
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 startNodeStrategy,
org.jclouds.compute.strategy.SuspendNodeStrategy stopNodeStrategy,
javax.inject.Provider<org.jclouds.compute.domain.TemplateBuilder> templateBuilderProvider,
javax.inject.Provider<org.jclouds.compute.options.TemplateOptions> templateOptionsProvider,
com.google.common.base.Predicate<AtomicReference<org.jclouds.compute.domain.NodeMetadata>> nodeRunning,
com.google.common.base.Predicate<AtomicReference<org.jclouds.compute.domain.NodeMetadata>> nodeTerminated,
com.google.common.base.Predicate<AtomicReference<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,
com.google.common.util.concurrent.ListeningExecutorService userExecutor,
EC2Client client,
ConcurrentMap<RegionAndName,KeyPair> credentialsMap,
com.google.common.cache.LoadingCache<RegionAndName,String> securityGroupMap,
com.google.common.base.Optional<org.jclouds.compute.extensions.ImageExtension> imageExtension,
org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention,
boolean generateInstanceNames) |
| Constructor and Description |
|---|
EC2ImageExtension(EC2Client ec2Client,
com.google.common.util.concurrent.ListeningExecutorService userExecutor,
com.google.common.base.Supplier<Set<? extends org.jclouds.domain.Location>> locations,
com.google.common.base.Predicate<AtomicReference<org.jclouds.compute.domain.Image>> imageAvailablePredicate) |
| Modifier and Type | Field and Description |
|---|---|
protected EC2Client |
CreateUniqueKeyPair.ec2Client |
| Constructor and Description |
|---|
CreateUniqueKeyPair(EC2Client ec2Client,
org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention) |
PasswordCredentialsFromWindowsInstance(ConcurrentMap<RegionAndName,KeyPair> credentialsMap,
EC2Client ec2Client,
com.google.common.base.Function<PasswordDataAndPrivateKey,org.jclouds.domain.LoginCredentials> pwDataToLoginCredentials) |
PresentInstances(EC2Client client) |
| Constructor and Description |
|---|
CreateSecurityGroupIfNeeded(EC2Client ec2Client,
com.google.common.base.Predicate<RegionAndName> securityGroupEventualConsistencyDelay) |
LoadPublicIpForInstanceOrNull(EC2Client client) |
RegionAndIdToImage(EC2ImageParser parser,
EC2Client sync) |
| Constructor and Description |
|---|
SecurityGroupPresent(EC2Client client) |
| Modifier and Type | Field and Description |
|---|---|
protected EC2Client |
EC2ListNodesStrategy.client |
protected EC2Client |
EC2DestroyNodeStrategy.client |
| Constructor and Description |
|---|
EC2CreateNodesInGroupThenAddToSet(EC2Client client,
com.google.common.cache.LoadingCache<RegionAndName,String> elasticIpCache,
com.google.common.base.Predicate<AtomicReference<org.jclouds.compute.domain.NodeMetadata>> nodeRunning,
CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions createKeyPairAndSecurityGroupsAsNeededAndReturncustomize,
PresentInstances presentInstances,
com.google.common.base.Function<RunningInstance,org.jclouds.compute.domain.NodeMetadata> runningInstanceToNodeMetadata,
com.google.common.cache.LoadingCache<RunningInstance,com.google.common.base.Optional<org.jclouds.domain.LoginCredentials>> instanceToCredentials,
Map<String,org.jclouds.domain.Credentials> credentialStore,
org.jclouds.compute.util.ComputeUtils utils) |
EC2DestroyNodeStrategy(EC2Client client,
org.jclouds.compute.strategy.GetNodeMetadataStrategy getNode,
com.google.common.cache.LoadingCache<RegionAndName,String> elasticIpCache) |
EC2GetImageStrategy(EC2Client client,
com.google.common.base.Function<Image,org.jclouds.compute.domain.Image> imageToImage) |
EC2GetNodeMetadataStrategy(EC2Client client,
com.google.common.base.Function<RunningInstance,org.jclouds.compute.domain.NodeMetadata> runningInstanceToNodeMetadata) |
EC2ListNodesStrategy(EC2Client client,
com.google.common.base.Supplier<Set<String>> regions,
com.google.common.base.Function<RunningInstance,org.jclouds.compute.domain.NodeMetadata> runningInstanceToNodeMetadata,
com.google.common.util.concurrent.ListeningExecutorService userExecutor) |
EC2RebootNodeStrategy(EC2Client client,
org.jclouds.compute.strategy.GetNodeMetadataStrategy getNode) |
EC2ResumeNodeStrategy(EC2Client client,
org.jclouds.compute.strategy.GetNodeMetadataStrategy getNode) |
EC2SuspendNodeStrategy(EC2Client client,
org.jclouds.compute.strategy.GetNodeMetadataStrategy getNode) |
| Constructor and Description |
|---|
InstanceHasIpAddress(EC2Client client) |
InstanceStateRunning(EC2Client client) |
InstanceStateTerminated(EC2Client client) |
| Constructor and Description |
|---|
DescribeAvailabilityZonesInRegion(EC2Client client,
com.google.common.base.Supplier<Set<String>> regions) |
DescribeRegionsForRegionURIs(EC2Client client) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.