@Singleton public class DeltacloudComputeServiceAdapter extends Object implements org.jclouds.compute.ComputeServiceAdapter<Instance,HardwareProfile,Image,Realm>
DeltacloudClient implementation
and the jclouds ComputeService| Modifier and Type | Field and Description |
|---|---|
protected org.jclouds.logging.Logger |
logger |
| Constructor and Description |
|---|
DeltacloudComputeServiceAdapter(DeltacloudClient client) |
| Modifier and Type | Method and Description |
|---|---|
org.jclouds.compute.ComputeServiceAdapter.NodeAndInitialCredentials<Instance> |
createNodeWithGroupEncodedIntoName(String tag,
String name,
org.jclouds.compute.domain.Template template) |
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) |
@Inject public DeltacloudComputeServiceAdapter(DeltacloudClient client)
public org.jclouds.compute.ComputeServiceAdapter.NodeAndInitialCredentials<Instance> createNodeWithGroupEncodedIntoName(String tag, String name, org.jclouds.compute.domain.Template template)
createNodeWithGroupEncodedIntoName in interface org.jclouds.compute.ComputeServiceAdapter<Instance,HardwareProfile,Image,Realm>public Iterable<HardwareProfile> listHardwareProfiles()
listHardwareProfiles in interface org.jclouds.compute.ComputeServiceAdapter<Instance,HardwareProfile,Image,Realm>public Iterable<Image> listImages()
listImages in interface org.jclouds.compute.ComputeServiceAdapter<Instance,HardwareProfile,Image,Realm>public Iterable<Instance> listNodes()
listNodes in interface org.jclouds.compute.ComputeServiceAdapter<Instance,HardwareProfile,Image,Realm>public Iterable<Realm> listLocations()
listLocations in interface org.jclouds.compute.ComputeServiceAdapter<Instance,HardwareProfile,Image,Realm>public Instance getNode(String id)
getNode in interface org.jclouds.compute.ComputeServiceAdapter<Instance,HardwareProfile,Image,Realm>public void destroyNode(String id)
destroyNode in interface org.jclouds.compute.ComputeServiceAdapter<Instance,HardwareProfile,Image,Realm>public void rebootNode(String id)
rebootNode in interface org.jclouds.compute.ComputeServiceAdapter<Instance,HardwareProfile,Image,Realm>public void resumeNode(String id)
resumeNode in interface org.jclouds.compute.ComputeServiceAdapter<Instance,HardwareProfile,Image,Realm>public void suspendNode(String id)
suspendNode in interface org.jclouds.compute.ComputeServiceAdapter<Instance,HardwareProfile,Image,Realm>Copyright © 2009-2012 jclouds. All Rights Reserved.