org.jclouds.deltacloud.compute.strategy
Class DeltacloudComputeServiceAdapter
java.lang.Object
org.jclouds.deltacloud.compute.strategy.DeltacloudComputeServiceAdapter
- All Implemented Interfaces:
- org.jclouds.compute.ComputeServiceAdapter<Instance,HardwareProfile,Image,Realm>
@Singleton
public class DeltacloudComputeServiceAdapter
- extends Object
- implements org.jclouds.compute.ComputeServiceAdapter<Instance,HardwareProfile,Image,Realm>
defines the connection between the DeltacloudClient implementation
and the jclouds ComputeService
| Nested classes/interfaces inherited from interface org.jclouds.compute.ComputeServiceAdapter |
org.jclouds.compute.ComputeServiceAdapter.NodeAndInitialCredentials<N> |
|
Field Summary |
protected org.jclouds.logging.Logger |
logger
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
@Named(value="jclouds.compute")
protected org.jclouds.logging.Logger logger
DeltacloudComputeServiceAdapter
@Inject
public DeltacloudComputeServiceAdapter(DeltacloudClient client)
createNodeWithGroupEncodedIntoName
public org.jclouds.compute.ComputeServiceAdapter.NodeAndInitialCredentials<Instance> createNodeWithGroupEncodedIntoName(String tag,
String name,
org.jclouds.compute.domain.Template template)
- Specified by:
createNodeWithGroupEncodedIntoName in interface org.jclouds.compute.ComputeServiceAdapter<Instance,HardwareProfile,Image,Realm>
listHardwareProfiles
public Iterable<HardwareProfile> listHardwareProfiles()
- Specified by:
listHardwareProfiles in interface org.jclouds.compute.ComputeServiceAdapter<Instance,HardwareProfile,Image,Realm>
listImages
public Iterable<Image> listImages()
- Specified by:
listImages in interface org.jclouds.compute.ComputeServiceAdapter<Instance,HardwareProfile,Image,Realm>
listNodes
public Iterable<Instance> listNodes()
- Specified by:
listNodes in interface org.jclouds.compute.ComputeServiceAdapter<Instance,HardwareProfile,Image,Realm>
listLocations
public Iterable<Realm> listLocations()
- Specified by:
listLocations in interface org.jclouds.compute.ComputeServiceAdapter<Instance,HardwareProfile,Image,Realm>
getNode
public Instance getNode(String id)
- Specified by:
getNode in interface org.jclouds.compute.ComputeServiceAdapter<Instance,HardwareProfile,Image,Realm>
getImage
public Image getImage(String id)
- Specified by:
getImage in interface org.jclouds.compute.ComputeServiceAdapter<Instance,HardwareProfile,Image,Realm>
destroyNode
public void destroyNode(String id)
- Specified by:
destroyNode in interface org.jclouds.compute.ComputeServiceAdapter<Instance,HardwareProfile,Image,Realm>
rebootNode
public void rebootNode(String id)
- Specified by:
rebootNode in interface org.jclouds.compute.ComputeServiceAdapter<Instance,HardwareProfile,Image,Realm>
resumeNode
public void resumeNode(String id)
- Specified by:
resumeNode in interface org.jclouds.compute.ComputeServiceAdapter<Instance,HardwareProfile,Image,Realm>
suspendNode
public void suspendNode(String id)
- Specified by:
suspendNode in interface org.jclouds.compute.ComputeServiceAdapter<Instance,HardwareProfile,Image,Realm>
Copyright © 2009-2012 jclouds. All Rights Reserved.