| 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)  | 
boolean | 
ServerToNodeMetadata.FindHardwareForServer.matches(Server from,
       Hardware input)  | 
boolean | 
ServerToNodeMetadata.FindImageForServer.matches(Server from,
       Image input)  | 
boolean | 
ServerToNodeMetadata.FindLocationForServer.matches(Server from,
       Location input)  | 
| 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()  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.