|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of KeyPair in org.jclouds.hpcloud.compute |
|---|
| Constructor parameters in org.jclouds.hpcloud.compute with type arguments of type KeyPair | |
|---|---|
HPCloudComputeServiceAdapter(NovaApi novaApi,
com.google.common.base.Supplier<Set<String>> zoneIds,
RemoveFloatingIpFromNodeAndDeallocate removeFloatingIpFromNodeAndDeallocate,
com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> keyPairCache)
|
|
| Uses of KeyPair in org.jclouds.openstack.nova.v2_0.compute |
|---|
| Fields in org.jclouds.openstack.nova.v2_0.compute with type parameters of type KeyPair | |
|---|---|
protected com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> |
NovaComputeServiceAdapter.keyPairCache
|
protected com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> |
NovaComputeService.keyPairCache
|
| Constructor parameters in org.jclouds.openstack.nova.v2_0.compute with type arguments of type KeyPair | |
|---|---|
NovaComputeService(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,
ExecutorService executor,
NovaApi novaApi,
com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroupInZone> securityGroupMap,
com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> keyPairCache,
com.google.common.base.Function<Set<? extends NodeMetadata>,com.google.common.collect.Multimap<String,String>> orphanedGroupsByZoneId,
GroupNamingConvention.Factory namingConvention,
com.google.common.base.Optional<ImageExtension> imageExtension)
|
|
NovaComputeServiceAdapter(NovaApi novaApi,
com.google.common.base.Supplier<Set<String>> zoneIds,
RemoveFloatingIpFromNodeAndDeallocate removeFloatingIpFromNodeAndDeallocate,
com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> keyPairCache)
|
|
| Uses of KeyPair in org.jclouds.openstack.nova.v2_0.compute.config |
|---|
| Methods in org.jclouds.openstack.nova.v2_0.compute.config that return types with arguments of type KeyPair | |
|---|---|
protected com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> |
NovaComputeServiceContextModule.keyPairMap(com.google.common.cache.CacheLoader<ZoneAndName,KeyPair> in)
|
| Method parameters in org.jclouds.openstack.nova.v2_0.compute.config with type arguments of type KeyPair | |
|---|---|
protected com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> |
NovaComputeServiceContextModule.keyPairMap(com.google.common.cache.CacheLoader<ZoneAndName,KeyPair> in)
|
| Uses of KeyPair in org.jclouds.openstack.nova.v2_0.compute.loaders |
|---|
| Methods in org.jclouds.openstack.nova.v2_0.compute.loaders that return KeyPair | |
|---|---|
KeyPair |
CreateUniqueKeyPair.load(ZoneAndName zoneAndName)
|
| Uses of KeyPair in org.jclouds.openstack.nova.v2_0.compute.strategy |
|---|
| Constructor parameters in org.jclouds.openstack.nova.v2_0.compute.strategy with type arguments of type KeyPair | |
|---|---|
ApplyNovaTemplateOptionsCreateNodesWithGroupEncodedIntoNameThenAddToSet(CreateNodeWithGroupEncodedIntoName addNodeWithTagStrategy,
ListNodesStrategy listNodesStrategy,
GroupNamingConvention.Factory namingConvention,
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory customizeNodeAndAddToGoodMapOrPutExceptionIntoBadMapFactory,
ExecutorService executor,
AllocateAndAddFloatingIpToNode allocateAndAddFloatingIpToNode,
com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroupInZone> securityGroupCache,
com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> keyPairCache,
NovaApi novaApi)
|
|
| Uses of KeyPair in org.jclouds.openstack.nova.v2_0.domain |
|---|
| Methods in org.jclouds.openstack.nova.v2_0.domain that return KeyPair | |
|---|---|
KeyPair |
KeyPair.Builder.build()
|
| Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type KeyPair | |
|---|---|
T |
KeyPair.Builder.fromKeyPair(KeyPair in)
|
| Uses of KeyPair in org.jclouds.openstack.nova.v2_0.extensions |
|---|
| Methods in org.jclouds.openstack.nova.v2_0.extensions that return KeyPair | |
|---|---|
KeyPair |
KeyPairApi.createKeyPair(String name)
Create a Key Pair. |
KeyPair |
KeyPairApi.createKeyPairWithPublicKey(String name,
String publicKey)
Create a Key Pair with a public key. |
| Methods in org.jclouds.openstack.nova.v2_0.extensions that return types with arguments of type KeyPair | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<KeyPair> |
KeyPairAsyncApi.createKeyPair(String name)
|
com.google.common.util.concurrent.ListenableFuture<KeyPair> |
KeyPairAsyncApi.createKeyPairWithPublicKey(String name,
String publicKey)
|
com.google.common.util.concurrent.ListenableFuture<Set<Map<String,KeyPair>>> |
KeyPairAsyncApi.listKeyPairs()
|
Set<Map<String,KeyPair>> |
KeyPairApi.listKeyPairs()
List all Key Pairs. |
| Uses of KeyPair in org.jclouds.openstack.nova.v2_0.predicates |
|---|
| Methods in org.jclouds.openstack.nova.v2_0.predicates that return types with arguments of type KeyPair | |
|---|---|
static com.google.common.base.Predicate<KeyPair> |
KeyPairPredicates.nameEquals(String name)
matches name of the given keypair starts with the specified prefix |
static com.google.common.base.Predicate<KeyPair> |
KeyPairPredicates.nameMatches(com.google.common.base.Predicate<String> name)
matches name of the given key pair |
| Uses of KeyPair in org.jclouds.trystack.nova |
|---|
| Constructor parameters in org.jclouds.trystack.nova with type arguments of type KeyPair | |
|---|---|
TryStackNovaServiceAdapter(NovaApi novaApi,
com.google.common.base.Supplier<Set<String>> zoneIds,
RemoveFloatingIpFromNodeAndDeallocate removeFloatingIpFromNodeAndDeallocate,
com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> keyPairCache)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||