public interface AdminActionsAsyncApi
AdminActionsApi
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<String> |
createBackupOfServer(String id,
String imageName,
BackupType backupType,
int rotation,
CreateBackupOfServerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
injectNetworkInfoIntoServer(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
liveMigrateServer(String id,
String host,
boolean blockMigration,
boolean diskOverCommit) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
lockServer(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
migrateServer(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
pauseServer(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
resetNetworkOfServer(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
resumeServer(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
suspendServer(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
unlockServer(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
unpauseServer(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> resumeServer(String id)
AdminActionsApi.resumeServer(String)
com.google.common.util.concurrent.ListenableFuture<Boolean> unlockServer(String id)
AdminActionsApi.unlockServer(String)
com.google.common.util.concurrent.ListenableFuture<Boolean> resetNetworkOfServer(String id)
com.google.common.util.concurrent.ListenableFuture<String> createBackupOfServer(String id, String imageName, BackupType backupType, int rotation, CreateBackupOfServerOptions... options)
com.google.common.util.concurrent.ListenableFuture<Boolean> pauseServer(String id)
AdminActionsApi.pauseServer(String)
com.google.common.util.concurrent.ListenableFuture<Boolean> injectNetworkInfoIntoServer(String id)
Copyright © 2009-2012 jclouds. All Rights Reserved.