Uses of Class
org.jclouds.ec2.domain.KeyPair
Packages that use KeyPair
Package
Description
-
Uses of KeyPair in org.jclouds.aws.ec2.compute
Constructor parameters in org.jclouds.aws.ec2.compute with type arguments of type KeyPairModifierConstructorDescriptionprotected
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, jakarta.inject.Provider<TemplateBuilder> templateBuilderProvider, jakarta.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 KeyPairModifierConstructorDescriptionCreateKeyPairPlacementAndSecurityGroupsAsNeededAndReturnRunOptions
(com.google.common.base.Function<RegionAndName, KeyPair> makeKeyPair, ConcurrentMap<RegionAndName, KeyPair> credentialsMap, com.google.common.cache.LoadingCache<RegionAndName, String> securityGroupMap, jakarta.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, jakarta.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 KeyPairModifier and TypeMethodDescriptionAWSKeyPairApi.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 KeyPairModifier and TypeMethodDescriptionImportOrReturnExistingKeypair.addFingerprintToKeyPair
(String publicKeyMaterial, KeyPair keyPair) ImportOrReturnExistingKeypair.apply
(RegionNameAndPublicKeyMaterial from) Methods in org.jclouds.aws.ec2.functions with parameters of type KeyPairModifier and TypeMethodDescriptionImportOrReturnExistingKeypair.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 KeyPairModifierConstructorDescriptionprotected
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, jakarta.inject.Provider<TemplateBuilder> templateBuilderProvider, jakarta.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 KeyPairModifier and TypeMethodDescriptionprotected final 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 KeyPairConstructor parameters in org.jclouds.ec2.compute.functions with type arguments of type KeyPairModifierConstructorDescriptionprotected
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 KeyPairModifier and TypeFieldDescriptionfinal 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 KeyPairModifierConstructorDescriptionCreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions
(com.google.common.base.Function<RegionAndName, KeyPair> makeKeyPair, ConcurrentMap<RegionAndName, KeyPair> credentialsMap, com.google.common.cache.LoadingCache<RegionAndName, String> securityGroupMap, jakarta.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, jakarta.inject.Provider<RunInstancesOptions> optionsProvider, GroupNamingConvention.Factory namingConvention) -
Uses of KeyPair in org.jclouds.ec2.domain
Methods in org.jclouds.ec2.domain that return KeyPairMethods in org.jclouds.ec2.domain with parameters of type KeyPairModifier and TypeMethodDescriptionint
static KeyPair.Builder
KeyPair.Builder.fromKeyPair
(KeyPair in) -
Uses of KeyPair in org.jclouds.ec2.features
Methods in org.jclouds.ec2.features that return KeyPairModifier and TypeMethodDescriptionKeyPairApi.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 KeyPairModifier and TypeMethodDescriptionKeyPairApi.describeKeyPairsInRegion
(String region, String... keyPairNames) Returns information about key pairs available to you.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 KeyPairMethods in org.jclouds.ec2.xml that return types with arguments of type KeyPair -
Uses of KeyPair in org.jclouds.openstack.nova.ec2.features
Methods in org.jclouds.openstack.nova.ec2.features that return KeyPairModifier and TypeMethodDescriptionNovaEC2KeyPairApi.importKeyPairInRegion
(String region, String keyName, String publicKeyMaterial) Imports the public key from an RSA key pair that you created with a third-party tool.