| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.base.Predicate<RunningInstance> |
EC2ComputeService.usingKeyPairAndNotDead(KeyPair keyPair) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
protected ConcurrentMap<RegionAndName,KeyPair> |
EC2ComputeServiceDependenciesModule.keypairMap(com.google.inject.Injector i) |
| Modifier and Type | Method and Description |
|---|---|
KeyPair |
CreateUniqueKeyPair.apply(RegionAndName from) |
| Constructor and Description |
|---|
PasswordCredentialsFromWindowsInstance(ConcurrentMap<RegionAndName,KeyPair> credentialsMap,
EC2Client ec2Client,
com.google.common.base.Function<PasswordDataAndPrivateKey,org.jclouds.domain.LoginCredentials> pwDataToLoginCredentials) |
| Modifier and Type | Field and Description |
|---|---|
ConcurrentMap<RegionAndName,KeyPair> |
CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions.credentialsMap |
com.google.common.base.Function<RegionAndName,KeyPair> |
CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions.makeKeyPair |
| Constructor and Description |
|---|
CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions(com.google.common.base.Function<RegionAndName,KeyPair> makeKeyPair,
ConcurrentMap<RegionAndName,KeyPair> credentialsMap,
com.google.common.cache.LoadingCache<RegionAndName,String> securityGroupMap,
javax.inject.Provider<RunInstancesOptions> optionsProvider,
org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention) |
CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions(com.google.common.base.Function<RegionAndName,KeyPair> makeKeyPair,
ConcurrentMap<RegionAndName,KeyPair> credentialsMap,
com.google.common.cache.LoadingCache<RegionAndName,String> securityGroupMap,
javax.inject.Provider<RunInstancesOptions> optionsProvider,
org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention) |
| Modifier and Type | Method and Description |
|---|---|
KeyPair |
KeyPair.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
int |
KeyPair.compareTo(KeyPair o) |
static KeyPair.Builder |
KeyPair.Builder.fromKeyPair(KeyPair in) |
| Modifier and Type | Method and Description |
|---|---|
KeyPair |
KeyPairClient.createKeyPairInRegion(String region,
String keyName)
Deprecated.
Creates a new 2048-bit RSA key pair with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<KeyPair> |
KeyPairAsyncClient.createKeyPairInRegion(String region,
String keyName)
Deprecated.
|
Set<KeyPair> |
KeyPairClient.describeKeyPairsInRegion(String region,
String... keyPairNames)
Deprecated.
Returns information about key pairs available to you.
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> |
KeyPairAsyncClient.describeKeyPairsInRegion(String region,
String... keyPairNames)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
KeyPair |
KeyPairResponseHandler.getResult() |
| Modifier and Type | Method and Description |
|---|---|
Set<KeyPair> |
DescribeKeyPairsResponseHandler.getResult() |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.