Modifier and Type | Field and Description |
---|---|
protected com.google.common.cache.LoadingCache<RegionAndName,KeyPair> |
NovaComputeServiceAdapter.keyPairCache |
Constructor and Description |
---|
NovaComputeServiceAdapter(NovaApi novaApi,
com.google.common.base.Supplier<Set<String>> regionIds,
RemoveFloatingIpFromNodeAndDeallocate removeFloatingIpFromNodeAndDeallocate,
com.google.common.cache.LoadingCache<RegionAndName,KeyPair> keyPairCache,
CleanupServer cleanupServer) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.cache.LoadingCache<RegionAndName,KeyPair> |
NovaComputeServiceContextModule.keyPairMap(com.google.common.cache.CacheLoader<RegionAndName,KeyPair> in) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.cache.LoadingCache<RegionAndName,KeyPair> |
NovaComputeServiceContextModule.keyPairMap(com.google.common.cache.CacheLoader<RegionAndName,KeyPair> in) |
Modifier and Type | Field and Description |
---|---|
protected com.google.common.cache.LoadingCache<RegionAndName,KeyPair> |
CleanupServer.keyPairCache |
Constructor and Description |
---|
CleanupServer(NovaApi novaApi,
RemoveFloatingIpFromNodeAndDeallocate removeFloatingIpFromNodeAndDeallocate,
com.google.common.cache.LoadingCache<RegionAndName,SecurityGroupInRegion> securityGroupMap,
com.google.common.cache.LoadingCache<RegionAndName,KeyPair> keyPairCache) |
Modifier and Type | Method and Description |
---|---|
KeyPair |
CreateUniqueKeyPair.load(RegionAndName regionAndName) |
Modifier and Type | Field and Description |
---|---|
protected com.google.common.cache.LoadingCache<RegionAndName,KeyPair> |
ApplyNovaTemplateOptionsCreateNodesWithGroupEncodedIntoNameThenAddToSet.keyPairCache |
Constructor and Description |
---|
ApplyNovaTemplateOptionsCreateNodesWithGroupEncodedIntoNameThenAddToSet(CreateNodeWithGroupEncodedIntoName addNodeWithTagStrategy,
ListNodesStrategy listNodesStrategy,
GroupNamingConvention.Factory namingConvention,
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory customizeNodeAndAddToGoodMapOrPutExceptionIntoBadMapFactory,
com.google.common.util.concurrent.ListeningExecutorService userExecutor,
AllocateAndAddFloatingIpToNode createAndAddFloatingIpToNode,
com.google.common.cache.LoadingCache<RegionAndName,SecurityGroupInRegion> securityGroupCache,
com.google.common.cache.LoadingCache<RegionAndName,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)
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. |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.FluentIterable<KeyPair> |
KeyPairApi.list()
Lists all Key Pairs.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.FluentIterable<? extends KeyPair> |
ParseKeyPairs.apply(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-2016 The Apache Software Foundation. All Rights Reserved.