|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RimuHostingClient
Provides synchronous access to RimuHosting.
RimuHostingAsyncClient
,
Method Summary | |
---|---|
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. |
Method Detail |
---|
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)
List<String> destroyServer(Long id)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |