|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of KeyPair in org.jclouds.aws.ec2.compute |
---|
Constructor parameters in org.jclouds.aws.ec2.compute with type arguments of type KeyPair | |
---|---|
AWSEC2ComputeService(ComputeServiceContext context,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> sizes,
com.google.common.base.Supplier<Set<? extends Location>> locations,
ListNodesStrategy listNodesStrategy,
GetNodeMetadataStrategy getNodeMetadataStrategy,
CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy,
RebootNodeStrategy rebootNodeStrategy,
DestroyNodeStrategy destroyNodeStrategy,
ResumeNodeStrategy startNodeStrategy,
SuspendNodeStrategy stopNodeStrategy,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
javax.inject.Provider<TemplateOptions> templateOptionsProvider,
com.google.common.base.Predicate<NodeMetadata> nodeRunning,
com.google.common.base.Predicate<NodeMetadata> nodeTerminated,
com.google.common.base.Predicate<NodeMetadata> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
RunScriptOnNode.Factory runScriptOnNodeFactory,
InitAdminAccess initAdminAccess,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor,
AWSEC2Client ec2Client,
ConcurrentMap<RegionAndName,KeyPair> credentialsMap,
com.google.common.cache.Cache<RegionAndName,String> securityGroupMap,
com.google.common.cache.Cache<RegionAndName,String> placementGroupMap,
com.google.common.base.Predicate<PlacementGroup> placementGroupDeleted,
boolean generateInstanceNames,
AWSEC2AsyncClient aclient)
|
Uses of KeyPair in org.jclouds.aws.ec2.compute.strategy |
---|
Constructor parameters in org.jclouds.aws.ec2.compute.strategy with type arguments of type KeyPair | |
---|---|
CreateKeyPairPlacementAndSecurityGroupsAsNeededAndReturnRunOptions(com.google.common.base.Function<RegionAndName,KeyPair> makeKeyPair,
ConcurrentMap<RegionAndName,KeyPair> credentialsMap,
com.google.common.cache.Cache<RegionAndName,String> securityGroupMap,
javax.inject.Provider<RunInstancesOptions> optionsProvider,
com.google.common.cache.Cache<RegionAndName,String> placementGroupMap,
CreatePlacementGroupIfNeeded createPlacementGroupIfNeeded,
com.google.common.base.Function<RegionNameAndPublicKeyMaterial,KeyPair> importExistingKeyPair)
|
|
CreateKeyPairPlacementAndSecurityGroupsAsNeededAndReturnRunOptions(com.google.common.base.Function<RegionAndName,KeyPair> makeKeyPair,
ConcurrentMap<RegionAndName,KeyPair> credentialsMap,
com.google.common.cache.Cache<RegionAndName,String> securityGroupMap,
javax.inject.Provider<RunInstancesOptions> optionsProvider,
com.google.common.cache.Cache<RegionAndName,String> placementGroupMap,
CreatePlacementGroupIfNeeded createPlacementGroupIfNeeded,
com.google.common.base.Function<RegionNameAndPublicKeyMaterial,KeyPair> importExistingKeyPair)
|
|
CreateKeyPairPlacementAndSecurityGroupsAsNeededAndReturnRunOptions(com.google.common.base.Function<RegionAndName,KeyPair> makeKeyPair,
ConcurrentMap<RegionAndName,KeyPair> credentialsMap,
com.google.common.cache.Cache<RegionAndName,String> securityGroupMap,
javax.inject.Provider<RunInstancesOptions> optionsProvider,
com.google.common.cache.Cache<RegionAndName,String> placementGroupMap,
CreatePlacementGroupIfNeeded createPlacementGroupIfNeeded,
com.google.common.base.Function<RegionNameAndPublicKeyMaterial,KeyPair> importExistingKeyPair)
|
Uses of KeyPair in org.jclouds.aws.ec2.functions |
---|
Methods in org.jclouds.aws.ec2.functions that return KeyPair | |
---|---|
KeyPair |
ImportOrReturnExistingKeypair.addFingerprintToKeyPair(String publicKeyMaterial,
KeyPair keyPair)
|
KeyPair |
ImportOrReturnExistingKeypair.apply(RegionNameAndPublicKeyMaterial from)
|
Methods in org.jclouds.aws.ec2.functions with parameters of type KeyPair | |
---|---|
KeyPair |
ImportOrReturnExistingKeypair.addFingerprintToKeyPair(String publicKeyMaterial,
KeyPair keyPair)
|
Uses of KeyPair in org.jclouds.aws.ec2.services |
---|
Methods in org.jclouds.aws.ec2.services that return KeyPair | |
---|---|
KeyPair |
AWSKeyPairClient.importKeyPairInRegion(String region,
String keyName,
String publicKeyMaterial)
Imports the public key from an RSA key pair that you created with a third-party tool. |
Methods in org.jclouds.aws.ec2.services that return types with arguments of type KeyPair | |
---|---|
com.google.common.util.concurrent.ListenableFuture<KeyPair> |
AWSKeyPairAsyncClient.importKeyPairInRegion(String region,
String keyName,
String publicKeyMaterial)
|
Uses of KeyPair in org.jclouds.ec2.compute |
---|
Methods in org.jclouds.ec2.compute with parameters of type KeyPair | |
---|---|
protected com.google.common.base.Predicate<RunningInstance> |
EC2ComputeService.usingKeyPairAndNotDead(KeyPair keyPair)
|
Constructor parameters in org.jclouds.ec2.compute with type arguments of type KeyPair | |
---|---|
EC2ComputeService(ComputeServiceContext context,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> sizes,
com.google.common.base.Supplier<Set<? extends Location>> locations,
ListNodesStrategy listNodesStrategy,
GetNodeMetadataStrategy getNodeMetadataStrategy,
CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy,
RebootNodeStrategy rebootNodeStrategy,
DestroyNodeStrategy destroyNodeStrategy,
ResumeNodeStrategy startNodeStrategy,
SuspendNodeStrategy stopNodeStrategy,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
javax.inject.Provider<TemplateOptions> templateOptionsProvider,
com.google.common.base.Predicate<NodeMetadata> nodeRunning,
com.google.common.base.Predicate<NodeMetadata> nodeTerminated,
com.google.common.base.Predicate<NodeMetadata> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
RunScriptOnNode.Factory runScriptOnNodeFactory,
InitAdminAccess initAdminAccess,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor,
EC2Client ec2Client,
ConcurrentMap<RegionAndName,KeyPair> credentialsMap,
com.google.common.cache.Cache<RegionAndName,String> securityGroupMap)
|
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)
|
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.Cache<RegionAndName,String> securityGroupMap,
javax.inject.Provider<RunInstancesOptions> optionsProvider)
|
|
CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions(com.google.common.base.Function<RegionAndName,KeyPair> makeKeyPair,
ConcurrentMap<RegionAndName,KeyPair> credentialsMap,
com.google.common.cache.Cache<RegionAndName,String> securityGroupMap,
javax.inject.Provider<RunInstancesOptions> optionsProvider)
|
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.services |
---|
Methods in org.jclouds.ec2.services that return KeyPair | |
---|---|
KeyPair |
KeyPairClient.createKeyPairInRegion(String region,
String keyName)
Creates a new 2048-bit RSA key pair with the specified name. |
Methods in org.jclouds.ec2.services that return types with arguments of type KeyPair | |
---|---|
com.google.common.util.concurrent.ListenableFuture<KeyPair> |
KeyPairAsyncClient.createKeyPairInRegion(String region,
String keyName)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> |
KeyPairAsyncClient.describeKeyPairsInRegion(String region,
String... keyPairNames)
|
Set<KeyPair> |
KeyPairClient.describeKeyPairsInRegion(String region,
String... keyPairNames)
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 |