public interface ServerAsyncApi
ServerApi
,
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
changeAdminPass(String id,
String adminPass) |
com.google.common.util.concurrent.ListenableFuture<Void> |
confirmResizeServer(String id) |
com.google.common.util.concurrent.ListenableFuture<String> |
createImageFromServer(String name,
String id) |
com.google.common.util.concurrent.ListenableFuture<ServerCreated> |
createServer(String name,
String imageRef,
String flavorRef,
CreateServerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
deleteServer(String id) |
com.google.common.util.concurrent.ListenableFuture<? extends Server> |
getServer(String id) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Resource>> |
listServers() |
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Server>> |
listServersInDetail() |
com.google.common.util.concurrent.ListenableFuture<Void> |
rebootServer(String id,
RebootType rebootType) |
com.google.common.util.concurrent.ListenableFuture<Void> |
rebuildServer(String id,
RebuildServerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
renameServer(String id,
String newName) |
com.google.common.util.concurrent.ListenableFuture<Void> |
resizeServer(String id,
String flavorId) |
com.google.common.util.concurrent.ListenableFuture<Void> |
revertResizeServer(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
startServer(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
stopServer(String id) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Resource>> listServers()
ServerApi.listServers()
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Server>> listServersInDetail()
ServerApi.listServersInDetail()
com.google.common.util.concurrent.ListenableFuture<Void> rebootServer(String id, RebootType rebootType)
com.google.common.util.concurrent.ListenableFuture<Void> resizeServer(String id, String flavorId)
com.google.common.util.concurrent.ListenableFuture<Void> confirmResizeServer(String id)
com.google.common.util.concurrent.ListenableFuture<Void> revertResizeServer(String id)
com.google.common.util.concurrent.ListenableFuture<ServerCreated> createServer(String name, String imageRef, String flavorRef, CreateServerOptions... options)
com.google.common.util.concurrent.ListenableFuture<Void> rebuildServer(String id, RebuildServerOptions... options)
com.google.common.util.concurrent.ListenableFuture<Void> changeAdminPass(String id, String adminPass)
com.google.common.util.concurrent.ListenableFuture<Void> renameServer(String id, String newName)
Copyright © 2009-2012 jclouds. All Rights Reserved.