public interface RimuHostingAsyncClient
RimuHostingClient
,
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<NewServerResponse> |
createServer(String name,
String imageId,
String planId,
CreateServerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<List<String>> |
destroyServer(Long id) |
com.google.common.util.concurrent.ListenableFuture<Set<Image>> |
getImageList() |
com.google.common.util.concurrent.ListenableFuture<Set<PricingPlan>> |
getPricingPlanList() |
com.google.common.util.concurrent.ListenableFuture<Server> |
getServer(Long id) |
com.google.common.util.concurrent.ListenableFuture<Set<Server>> |
getServerList() |
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
restartServer(Long id) |
com.google.common.util.concurrent.ListenableFuture<Set<Image>> getImageList()
RimuHostingClient.getImageList()
com.google.common.util.concurrent.ListenableFuture<Set<Server>> getServerList()
RimuHostingClient.getServerList()
com.google.common.util.concurrent.ListenableFuture<Set<PricingPlan>> getPricingPlanList()
com.google.common.util.concurrent.ListenableFuture<NewServerResponse> createServer(String name, String imageId, String planId, CreateServerOptions... options)
com.google.common.util.concurrent.ListenableFuture<ServerInfo> restartServer(Long id)
Copyright © 2009-2012 jclouds. All Rights Reserved.