public class HPCloudComputeServiceAdapter extends NovaComputeServiceAdapter
ComputeServiceAdapter.NodeAndInitialCredentials<N>
keyPairCache, logger, novaApi, removeFloatingIpFromNodeAndDeallocate, zoneIds
Constructor and Description |
---|
HPCloudComputeServiceAdapter(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 |
---|---|
Iterable<ImageInZone> |
listImages()
Images are the available configured operating systems that someone can run a node with.
|
createNodeWithGroupEncodedIntoName, destroyNode, getImage, getNode, listHardwareProfiles, listLocations, listNodes, listNodesByIds, rebootNode, resumeNode, suspendNode
@Inject public HPCloudComputeServiceAdapter(NovaApi novaApi, com.google.common.base.Supplier<Set<String>> zoneIds, RemoveFloatingIpFromNodeAndDeallocate removeFloatingIpFromNodeAndDeallocate, com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> keyPairCache)
public Iterable<ImageInZone> listImages()
ComputeServiceAdapter
listImages
in interface ComputeServiceAdapter<ServerInZone,FlavorInZone,ImageInZone,Location>
listImages
in class NovaComputeServiceAdapter
ComputeService.listImages()
Copyright © 2009-2013 jclouds. All Rights Reserved.