@Singleton public class ServerManagerComputeServiceAdapter extends Object implements org.jclouds.compute.ComputeServiceAdapter<Server,Hardware,Image,Datacenter>
ServerManager implementation and the jclouds
ComputeService| Constructor and Description |
|---|
ServerManagerComputeServiceAdapter(ServerManager client) |
| Modifier and Type | Method and Description |
|---|---|
org.jclouds.compute.ComputeServiceAdapter.NodeAndInitialCredentials<Server> |
createNodeWithGroupEncodedIntoName(String tag,
String name,
org.jclouds.compute.domain.Template template) |
void |
destroyNode(String id) |
Image |
getImage(String id) |
Server |
getNode(String id) |
Iterable<Hardware> |
listHardwareProfiles() |
Iterable<Image> |
listImages() |
Iterable<Datacenter> |
listLocations() |
Iterable<Server> |
listNodes() |
Iterable<Server> |
listNodesByIds(Iterable<String> ids) |
void |
rebootNode(String id) |
void |
resumeNode(String id) |
void |
suspendNode(String id) |
@Inject public ServerManagerComputeServiceAdapter(ServerManager client)
public org.jclouds.compute.ComputeServiceAdapter.NodeAndInitialCredentials<Server> createNodeWithGroupEncodedIntoName(String tag, String name, org.jclouds.compute.domain.Template template)
createNodeWithGroupEncodedIntoName in interface org.jclouds.compute.ComputeServiceAdapter<Server,Hardware,Image,Datacenter>public Iterable<Hardware> listHardwareProfiles()
listHardwareProfiles in interface org.jclouds.compute.ComputeServiceAdapter<Server,Hardware,Image,Datacenter>public Iterable<Image> listImages()
listImages in interface org.jclouds.compute.ComputeServiceAdapter<Server,Hardware,Image,Datacenter>public Image getImage(String id)
getImage in interface org.jclouds.compute.ComputeServiceAdapter<Server,Hardware,Image,Datacenter>public Iterable<Server> listNodes()
listNodes in interface org.jclouds.compute.ComputeServiceAdapter<Server,Hardware,Image,Datacenter>public Iterable<Server> listNodesByIds(Iterable<String> ids)
listNodesByIds in interface org.jclouds.compute.ComputeServiceAdapter<Server,Hardware,Image,Datacenter>public Iterable<Datacenter> listLocations()
listLocations in interface org.jclouds.compute.ComputeServiceAdapter<Server,Hardware,Image,Datacenter>public Server getNode(String id)
getNode in interface org.jclouds.compute.ComputeServiceAdapter<Server,Hardware,Image,Datacenter>public void destroyNode(String id)
destroyNode in interface org.jclouds.compute.ComputeServiceAdapter<Server,Hardware,Image,Datacenter>public void rebootNode(String id)
rebootNode in interface org.jclouds.compute.ComputeServiceAdapter<Server,Hardware,Image,Datacenter>public void resumeNode(String id)
resumeNode in interface org.jclouds.compute.ComputeServiceAdapter<Server,Hardware,Image,Datacenter>public void suspendNode(String id)
suspendNode in interface org.jclouds.compute.ComputeServiceAdapter<Server,Hardware,Image,Datacenter>Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.