Uses of Class
org.jclouds.ec2.domain.KeyPair
-
-
Uses of KeyPair in org.jclouds.aws.ec2.compute
Constructor parameters in org.jclouds.aws.ec2.compute with type arguments of type KeyPair Constructor Description 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, GetImageStrategy getImageStrategy, 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<AtomicReference<NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, com.google.common.util.concurrent.ListeningExecutorService userExecutor, AWSEC2Api client, ConcurrentMap<RegionAndName,KeyPair> credentialsMap, com.google.common.cache.LoadingCache<RegionAndName,String> securityGroupMap, com.google.common.cache.LoadingCache<RegionAndName,String> placementGroupMap, com.google.common.base.Predicate<PlacementGroup> placementGroupDeleted, com.google.common.base.Optional<ImageExtension> imageExtension, GroupNamingConvention.Factory namingConvention, boolean generateInstanceNames, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension, DelegatingImageExtension.Factory delegatingImageExtension)
-
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 Constructor Description CreateKeyPairPlacementAndSecurityGroupsAsNeededAndReturnRunOptions(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, com.google.common.cache.LoadingCache<RegionAndName,String> placementGroupMap, CreatePlacementGroupIfNeeded createPlacementGroupIfNeeded, com.google.common.base.Function<RegionNameAndPublicKeyMaterial,KeyPair> importExistingKeyPair, GroupNamingConvention.Factory namingConvention, AWSEC2Api awsEC2Api)
CreateKeyPairPlacementAndSecurityGroupsAsNeededAndReturnRunOptions(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, com.google.common.cache.LoadingCache<RegionAndName,String> placementGroupMap, CreatePlacementGroupIfNeeded createPlacementGroupIfNeeded, com.google.common.base.Function<RegionNameAndPublicKeyMaterial,KeyPair> importExistingKeyPair, GroupNamingConvention.Factory namingConvention, AWSEC2Api awsEC2Api)
-
Uses of KeyPair in org.jclouds.aws.ec2.features
Methods in org.jclouds.aws.ec2.features that return KeyPair Modifier and Type Method Description KeyPair
AWSKeyPairApi. importKeyPairInRegion(String region, String keyName, String publicKeyMaterial)
Imports the public key from an RSA key pair that you created with a third-party tool. -
Uses of KeyPair in org.jclouds.aws.ec2.functions
Methods in org.jclouds.aws.ec2.functions that return KeyPair Modifier and Type Method Description KeyPair
ImportOrReturnExistingKeypair. addFingerprintToKeyPair(String publicKeyMaterial, KeyPair keyPair)
KeyPair
ImportOrReturnExistingKeypair. apply(RegionNameAndPublicKeyMaterial from)
Methods in org.jclouds.aws.ec2.functions with parameters of type KeyPair Modifier and Type Method Description KeyPair
ImportOrReturnExistingKeypair. addFingerprintToKeyPair(String publicKeyMaterial, KeyPair keyPair)
-
Uses of KeyPair in org.jclouds.ec2.compute
Constructor parameters in org.jclouds.ec2.compute with type arguments of type KeyPair Constructor Description 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, GetImageStrategy getImageStrategy, 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<AtomicReference<NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, 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<ImageExtension> imageExtension, GroupNamingConvention.Factory namingConvention, boolean generateInstanceNames, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension, DelegatingImageExtension.Factory delegatingImageExtension)
-
Uses of KeyPair in org.jclouds.ec2.compute.config
Methods in org.jclouds.ec2.compute.config that return types with arguments of type KeyPair Modifier and Type Method Description 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 Modifier and Type Method Description KeyPair
CreateUniqueKeyPair. apply(RegionAndName from)
Constructor parameters in org.jclouds.ec2.compute.functions with type arguments of type KeyPair Constructor Description PasswordCredentialsFromWindowsInstance(ConcurrentMap<RegionAndName,KeyPair> credentialsMap, EC2Api ec2Api, com.google.common.base.Function<PasswordDataAndPrivateKey,LoginCredentials> pwDataToLoginCredentials)
-
Uses of KeyPair in org.jclouds.ec2.compute.strategy
Fields in org.jclouds.ec2.compute.strategy with type parameters of type KeyPair Modifier and Type Field Description 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 Constructor 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, 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, GroupNamingConvention.Factory namingConvention)
-
Uses of KeyPair in org.jclouds.ec2.domain
Methods in org.jclouds.ec2.domain that return KeyPair Modifier and Type Method Description KeyPair
KeyPair.Builder. build()
Methods in org.jclouds.ec2.domain with parameters of type KeyPair Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description KeyPair
KeyPairResponseHandler. getResult()
Methods in org.jclouds.ec2.xml that return types with arguments of type KeyPair Modifier and Type Method Description Set<KeyPair>
DescribeKeyPairsResponseHandler. getResult()
-
Uses of KeyPair in org.jclouds.openstack.nova.ec2.features
Methods in org.jclouds.openstack.nova.ec2.features that return KeyPair Modifier and Type Method Description KeyPair
NovaEC2KeyPairApi. importKeyPairInRegion(String region, String keyName, String publicKeyMaterial)
Imports the public key from an RSA key pair that you created with a third-party tool.
-