org.jclouds.deltacloud.compute.strategy
Class DeltacloudComputeServiceAdapter

java.lang.Object
  extended by 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 Class Summary
 
Nested classes/interfaces inherited from interface org.jclouds.compute.ComputeServiceAdapter
org.jclouds.compute.ComputeServiceAdapter.NodeAndInitialCredentials<N>
 
Field Summary
protected  org.jclouds.logging.Logger logger
           
 
Constructor Summary
DeltacloudComputeServiceAdapter(DeltacloudClient client)
           
 
Method Summary
 org.jclouds.compute.ComputeServiceAdapter.NodeAndInitialCredentials<Instance> createNodeWithGroupEncodedIntoName(String tag, String name, org.jclouds.compute.domain.Template template)
           
 void destroyNode(String id)
           
 Image getImage(String id)
           
 Instance getNode(String id)
           
 Iterable<HardwareProfile> listHardwareProfiles()
           
 Iterable<Image> listImages()
           
 Iterable<Realm> listLocations()
           
 Iterable<Instance> listNodes()
           
 void rebootNode(String id)
           
 void resumeNode(String id)
           
 void suspendNode(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

@Named(value="jclouds.compute")
protected org.jclouds.logging.Logger logger
Constructor Detail

DeltacloudComputeServiceAdapter

@Inject
public DeltacloudComputeServiceAdapter(DeltacloudClient client)
Method Detail

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.