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()
Image
Set<? extends Server> getServerList()
Server
Set<? extends PricingPlan> getPricingPlanList()
PricingPlan
NewServerResponse createServer(String name, String imageId, String planId, CreateServerOptions... options)
| withPassword()
Key-Value @{link | metadata
can be included with the
option | withMetaData()
TODO: add more CreateServerOptions
Server getServer(Long id)
Server
ServerInfo restartServer(Long id)
Copyright © 2009-2012 jclouds. All Rights Reserved.