@Singleton public class CreateUniqueKeyPair extends com.google.common.cache.CacheLoader<RegionAndName,KeyPair>
| Modifier and Type | Field and Description |
|---|---|
protected org.jclouds.logging.Logger |
logger |
protected org.jclouds.compute.functions.GroupNamingConvention.Factory |
namingConvention |
protected NovaApi |
novaApi |
| Constructor and Description |
|---|
CreateUniqueKeyPair(NovaApi novaApi,
org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention) |
| Modifier and Type | Method and Description |
|---|---|
KeyPair |
load(RegionAndName regionAndName) |
@Named(value="jclouds.compute") protected org.jclouds.logging.Logger logger
protected final NovaApi novaApi
protected final org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention
@Inject public CreateUniqueKeyPair(NovaApi novaApi, org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention)
public KeyPair load(RegionAndName regionAndName)
load in class com.google.common.cache.CacheLoader<RegionAndName,KeyPair>Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.