Package | Description |
---|---|
org.jclouds.servermanager | |
org.jclouds.servermanager.compute.functions | |
org.jclouds.servermanager.compute.strategy |
Modifier and Type | Method and Description |
---|---|
Server |
ServerManager.createServerInDC(String datacenter,
String name,
int imageId,
int hardwareId)
simulate creating a server, as this is really going to happen with the api underneath
|
Server |
ServerManager.getServer(int serverId) |
Modifier and Type | Method and Description |
---|---|
Iterable<Server> |
ServerManager.listServers() |
Modifier and Type | Method and Description |
---|---|
NodeMetadata |
ServerToNodeMetadata.apply(Server from) |
Modifier and Type | Method and Description |
---|---|
Server |
ServerManagerComputeServiceAdapter.getNode(String id) |
Modifier and Type | Method and Description |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<Server> |
ServerManagerComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String tag,
String name,
Template template) |
Iterable<Server> |
ServerManagerComputeServiceAdapter.listNodes() |
Iterable<Server> |
ServerManagerComputeServiceAdapter.listNodesByIds(Iterable<String> ids) |
Copyright © 2009-2013 jclouds. All Rights Reserved.