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


Field Summary
protected  org.jclouds.logging.Logger logger
           
 
Constructor Summary
DeltacloudComputeServiceAdapter(DeltacloudClient client)
           
 
Method Summary
 Instance createNodeWithGroupEncodedIntoNameThenStoreCredentials(String tag, String name, org.jclouds.compute.domain.Template template, Map<String,org.jclouds.domain.Credentials> credentialStore)
           
 void destroyNode(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

createNodeWithGroupEncodedIntoNameThenStoreCredentials

public Instance createNodeWithGroupEncodedIntoNameThenStoreCredentials(String tag,
                                                                       String name,
                                                                       org.jclouds.compute.domain.Template template,
                                                                       Map<String,org.jclouds.domain.Credentials> credentialStore)
Specified by:
createNodeWithGroupEncodedIntoNameThenStoreCredentials 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>

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-2011 jclouds. All Rights Reserved.