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