|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of KeyPair in org.jclouds.ec2.compute |
|---|
| Constructor parameters in org.jclouds.ec2.compute with type arguments of type KeyPair | |
|---|---|
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,
EC2Api 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,
com.google.common.base.Optional<org.jclouds.compute.extensions.SecurityGroupExtension> securityGroupExtension)
|
|
| Uses of KeyPair in org.jclouds.ec2.compute.config |
|---|
| Methods in org.jclouds.ec2.compute.config that return types with arguments of type KeyPair | |
|---|---|
protected ConcurrentMap<RegionAndName,KeyPair> |
EC2ComputeServiceDependenciesModule.keypairMap(com.google.inject.Injector i)
|
| Uses of KeyPair in org.jclouds.ec2.compute.functions |
|---|
| Methods in org.jclouds.ec2.compute.functions that return KeyPair | |
|---|---|
KeyPair |
CreateUniqueKeyPair.apply(RegionAndName from)
|
| Constructor parameters in org.jclouds.ec2.compute.functions with type arguments of type KeyPair | |
|---|---|
PasswordCredentialsFromWindowsInstance(ConcurrentMap<RegionAndName,KeyPair> credentialsMap,
EC2Api ec2Api,
com.google.common.base.Function<PasswordDataAndPrivateKey,org.jclouds.domain.LoginCredentials> pwDataToLoginCredentials)
|
|
| Uses of KeyPair in org.jclouds.ec2.compute.strategy |
|---|
| Fields in org.jclouds.ec2.compute.strategy with type parameters of type KeyPair | |
|---|---|
ConcurrentMap<RegionAndName,KeyPair> |
CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions.credentialsMap
|
com.google.common.base.Function<RegionAndName,KeyPair> |
CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions.makeKeyPair
|
| Constructor parameters in org.jclouds.ec2.compute.strategy with type arguments of type KeyPair | |
|---|---|
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)
|
|
| Uses of KeyPair in org.jclouds.ec2.domain |
|---|
| Methods in org.jclouds.ec2.domain that return KeyPair | |
|---|---|
KeyPair |
KeyPair.Builder.build()
|
| Methods in org.jclouds.ec2.domain with parameters of type KeyPair | |
|---|---|
int |
KeyPair.compareTo(KeyPair o)
|
static KeyPair.Builder |
KeyPair.Builder.fromKeyPair(KeyPair in)
|
| Uses of KeyPair in org.jclouds.ec2.features |
|---|
| Methods in org.jclouds.ec2.features that return KeyPair | |
|---|---|
KeyPair |
KeyPairApi.createKeyPairInRegion(String region,
String keyName)
Creates a new 2048-bit RSA key pair with the specified name. |
| Methods in org.jclouds.ec2.features that return types with arguments of type KeyPair | |
|---|---|
Set<KeyPair> |
KeyPairApi.describeKeyPairsInRegion(String region,
String... keyPairNames)
Returns information about key pairs available to you. |
Set<KeyPair> |
KeyPairApi.describeKeyPairsInRegionWithFilter(String region,
com.google.common.collect.Multimap<String,String> filter)
Returns information about key pairs available to you. |
| Uses of KeyPair in org.jclouds.ec2.xml |
|---|
| Methods in org.jclouds.ec2.xml that return KeyPair | |
|---|---|
KeyPair |
KeyPairResponseHandler.getResult()
|
| Methods in org.jclouds.ec2.xml that return types with arguments of type KeyPair | |
|---|---|
Set<KeyPair> |
DescribeKeyPairsResponseHandler.getResult()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||