public interface RimuHostingClient
RimuHostingAsyncClient, 
| Modifier and Type | Method and Description | 
|---|---|
NewServerResponse | 
createServer(String name,
            String imageId,
            String planId,
            CreateServerOptions... options)
This operation creates a node based on its name, imageId and planId. 
 | 
List<String> | 
destroyServer(Long id)
Destroys a server. 
 | 
Set<? extends Image> | 
getImageList()
This operation returns a list of images that can be used for server
 creation. 
 | 
Set<? extends PricingPlan> | 
getPricingPlanList()
Returns a list of pricing plans that can be used for server creation. 
 | 
Server | 
getServer(Long id)
Gets a server based on its id. 
 | 
Set<? extends Server> | 
getServerList()
Returns a list of servers that belong to this identity. 
 | 
ServerInfo | 
restartServer(Long id)
Restarts a server. 
 | 
Set<? extends Image> getImageList()
ImageSet<? extends Server> getServerList()
ServerSet<? extends PricingPlan> getPricingPlanList()
PricingPlanNewServerResponse createServer(String name, String imageId, String planId, CreateServerOptions... options)
| withPassword()
 
 Key-Value @{link | metadata can be included with the
 option | withMetaData()TODO: add more CreateServerOptionsServer getServer(Long id)
ServerServerInfo restartServer(Long id)
Copyright © 2009-2013 jclouds. All Rights Reserved.