|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(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,
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 org.jclouds.compute.domain.NodeMetadata>,com.google.common.collect.Multimap<String,String>> orphanedGroupsByZoneId,
org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention,
com.google.common.base.Optional<org.jclouds.compute.extensions.ImageExtension> imageExtension,
com.google.common.base.Optional<org.jclouds.compute.extensions.SecurityGroupExtension> securityGroupExtension)
|
|
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(org.jclouds.compute.strategy.CreateNodeWithGroupEncodedIntoName addNodeWithTagStrategy,
org.jclouds.compute.strategy.ListNodesStrategy listNodesStrategy,
org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention,
org.jclouds.compute.strategy.CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory customizeNodeAndAddToGoodMapOrPutExceptionIntoBadMapFactory,
com.google.common.util.concurrent.ListeningExecutorService userExecutor,
AllocateAndAddFloatingIpToNode createAndAddFloatingIpToNode,
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.create(String name)
Creates a KeyPair. |
KeyPair |
KeyPairApi.createWithPublicKey(String name,
String publicKey)
Creates a KeyPair with a public key. |
KeyPair |
KeyPairApi.get(String name)
Gets a specific KeyPair by name. |
| Methods in org.jclouds.openstack.nova.v2_0.extensions that return types with arguments of type KeyPair | |
|---|---|
com.google.common.collect.FluentIterable<KeyPair> |
KeyPairApi.list()
Lists all Key Pairs. |
| Uses of KeyPair in org.jclouds.openstack.nova.v2_0.functions.internal |
|---|
| Methods in org.jclouds.openstack.nova.v2_0.functions.internal that return types with arguments of type KeyPair | |
|---|---|
com.google.common.collect.FluentIterable<? extends KeyPair> |
ParseKeyPairs.apply(org.jclouds.http.HttpResponse response)
|
| 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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||