| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> |
NovaComputeServiceAdapter.keyPairCache |
protected com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> |
NovaComputeService.keyPairCache |
| Constructor and Description |
|---|
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) |
NovaComputeServiceAdapter(NovaApi novaApi,
com.google.common.base.Supplier<Set<String>> zoneIds,
RemoveFloatingIpFromNodeAndDeallocate removeFloatingIpFromNodeAndDeallocate,
com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> keyPairCache) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> |
NovaComputeServiceContextModule.keyPairMap(com.google.common.cache.CacheLoader<ZoneAndName,KeyPair> in) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> |
NovaComputeServiceContextModule.keyPairMap(com.google.common.cache.CacheLoader<ZoneAndName,KeyPair> in) |
| Modifier and Type | Method and Description |
|---|---|
KeyPair |
CreateUniqueKeyPair.load(ZoneAndName zoneAndName) |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
KeyPair |
KeyPair.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
T |
KeyPair.Builder.fromKeyPair(KeyPair in) |
| Modifier and Type | Method and Description |
|---|---|
KeyPair |
KeyPairApi.create(String name)
Create a Key Pair.
|
KeyPair |
KeyPairApi.createWithPublicKey(String name,
String publicKey)
Create a Key Pair with a public key.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
KeyPairAsyncApi.create(String name) |
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
KeyPairAsyncApi.createWithPublicKey(String name,
String publicKey) |
com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends KeyPair>> |
KeyPairAsyncApi.list() |
com.google.common.collect.FluentIterable<? extends KeyPair> |
KeyPairApi.list()
List all Key Pairs.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.FluentIterable<? extends KeyPair> |
ParseKeyPairs.apply(org.jclouds.http.HttpResponse response) |
| Modifier and Type | Method and Description |
|---|---|
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
|
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.