Modifier and Type | Field and Description |
---|---|
protected com.google.common.cache.LoadingCache<RegionAndName,KeyPair> |
keyPairCache |
protected Logger |
logger |
protected NovaApi |
novaApi |
protected RemoveFloatingIpFromNodeAndDeallocate |
removeFloatingIpFromNodeAndDeallocate |
protected com.google.common.cache.LoadingCache<RegionAndName,SecurityGroupInRegion> |
securityGroupMap |
Constructor and Description |
---|
CleanupServer(NovaApi novaApi,
RemoveFloatingIpFromNodeAndDeallocate removeFloatingIpFromNodeAndDeallocate,
com.google.common.cache.LoadingCache<RegionAndName,SecurityGroupInRegion> securityGroupMap,
com.google.common.cache.LoadingCache<RegionAndName,KeyPair> keyPairCache) |
@Named(value="jclouds.compute") protected Logger logger
protected final NovaApi novaApi
protected final RemoveFloatingIpFromNodeAndDeallocate removeFloatingIpFromNodeAndDeallocate
protected final com.google.common.cache.LoadingCache<RegionAndName,SecurityGroupInRegion> securityGroupMap
protected final com.google.common.cache.LoadingCache<RegionAndName,KeyPair> keyPairCache
@Inject public CleanupServer(NovaApi novaApi, RemoveFloatingIpFromNodeAndDeallocate removeFloatingIpFromNodeAndDeallocate, com.google.common.cache.LoadingCache<RegionAndName,SecurityGroupInRegion> securityGroupMap, com.google.common.cache.LoadingCache<RegionAndName,KeyPair> keyPairCache)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.