|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
org.jclouds.ContextBuilder#buildApi(CloudServersClient.class) as
CloudServersAsyncClient interface will be removed in jclouds 1.7.
@Deprecated public interface CloudServersAsyncClient
Provides asynchronous access to Cloud Servers via their REST API.
All commands return a ListenableFuture of the result from Cloud Servers. Any exceptions incurred during processing will be backend in anExecutionException as documented in
Future.get().
CloudServersClient,
| Method Summary | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
changeAdminPass(int id,
String adminPass)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Void> |
confirmResizeServer(int id)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Image> |
createImageFromServer(String imageName,
int serverId)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Server> |
createServer(String name,
int imageId,
int flavorId,
CreateServerOptions... options)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<SharedIpGroup> |
createSharedIpGroup(String name,
CreateSharedIpGroupOptions... options)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
deleteBackupSchedule(int serverId)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
deleteImage(int id)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
deleteServer(int id)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
deleteSharedIpGroup(int id)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Addresses> |
getAddresses(int serverId)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<BackupSchedule> |
getBackupSchedule(int serverId)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Flavor> |
getFlavor(int id)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Image> |
getImage(int id)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Limits> |
getLimits()
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Server> |
getServer(int id)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<SharedIpGroup> |
getSharedIpGroup(int id)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Flavor>> |
listFlavors(ListOptions... options)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Image>> |
listImages(ListOptions... options)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<String>> |
listPrivateAddresses(int serverId)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<String>> |
listPublicAddresses(int serverId)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Server>> |
listServers(ListOptions... options)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<SharedIpGroup>> |
listSharedIpGroups(ListOptions... options)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Void> |
rebootServer(int id,
RebootType rebootType)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Void> |
rebuildServer(int id,
RebuildServerOptions... options)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Void> |
renameServer(int id,
String newName)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Void> |
replaceBackupSchedule(int id,
BackupSchedule backupSchedule)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Void> |
resizeServer(int id,
int flavorId)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Void> |
revertResizeServer(int id)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Void> |
shareIp(String addressToShare,
int serverToTosignBindressTo,
int sharedIpGroup,
boolean configureServer)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Void> |
unshareIp(String addressToShare,
int serverToTosignBindressTo)
Deprecated. |
| Methods inherited from interface java.io.Closeable |
|---|
close |
| Method Detail |
|---|
com.google.common.util.concurrent.ListenableFuture<Limits> getLimits()
CloudServersClient.getLimits()com.google.common.util.concurrent.ListenableFuture<? extends Set<Server>> listServers(ListOptions... options)
CloudServersClient.listServers(org.jclouds.cloudservers.options.ListOptions...)com.google.common.util.concurrent.ListenableFuture<Server> getServer(int id)
CloudServersClient.getServer(int)com.google.common.util.concurrent.ListenableFuture<Boolean> deleteServer(int id)
CloudServersClient.deleteServer(int)
com.google.common.util.concurrent.ListenableFuture<Void> rebootServer(int id,
RebootType rebootType)
CloudServersClient.rebootServer(int, org.jclouds.cloudservers.domain.RebootType)
com.google.common.util.concurrent.ListenableFuture<Void> resizeServer(int id,
int flavorId)
CloudServersClient.resizeServer(int, int)com.google.common.util.concurrent.ListenableFuture<Void> confirmResizeServer(int id)
CloudServersClient.confirmResizeServer(int)com.google.common.util.concurrent.ListenableFuture<Void> revertResizeServer(int id)
CloudServersClient.revertResizeServer(int)
com.google.common.util.concurrent.ListenableFuture<Server> createServer(String name,
int imageId,
int flavorId,
CreateServerOptions... options)
CloudServersClient.createServer(java.lang.String, int, int, org.jclouds.cloudservers.options.CreateServerOptions...)
com.google.common.util.concurrent.ListenableFuture<Void> rebuildServer(int id,
RebuildServerOptions... options)
CloudServersClient.rebuildServer(int, org.jclouds.cloudservers.options.RebuildServerOptions...)
com.google.common.util.concurrent.ListenableFuture<Void> shareIp(String addressToShare,
int serverToTosignBindressTo,
int sharedIpGroup,
boolean configureServer)
CloudServersClient.shareIp(java.lang.String, int, int, boolean)
com.google.common.util.concurrent.ListenableFuture<Void> unshareIp(String addressToShare,
int serverToTosignBindressTo)
CloudServersClient.unshareIp(java.lang.String, int)
com.google.common.util.concurrent.ListenableFuture<Void> changeAdminPass(int id,
String adminPass)
CloudServersClient.changeAdminPass(int, java.lang.String)
com.google.common.util.concurrent.ListenableFuture<Void> renameServer(int id,
String newName)
CloudServersClient.renameServer(int, java.lang.String)com.google.common.util.concurrent.ListenableFuture<? extends Set<Flavor>> listFlavors(ListOptions... options)
CloudServersClient.listFlavors(org.jclouds.cloudservers.options.ListOptions...)com.google.common.util.concurrent.ListenableFuture<Flavor> getFlavor(int id)
CloudServersClient.getFlavor(int)com.google.common.util.concurrent.ListenableFuture<? extends Set<Image>> listImages(ListOptions... options)
CloudServersClient.listImages(org.jclouds.cloudservers.options.ListOptions...)com.google.common.util.concurrent.ListenableFuture<Image> getImage(int id)
CloudServersClient.getImage(int)com.google.common.util.concurrent.ListenableFuture<Boolean> deleteImage(int id)
CloudServersClient.deleteImage(int)
com.google.common.util.concurrent.ListenableFuture<Image> createImageFromServer(String imageName,
int serverId)
CloudServersClient.createImageFromServer(java.lang.String, int)com.google.common.util.concurrent.ListenableFuture<? extends Set<SharedIpGroup>> listSharedIpGroups(ListOptions... options)
CloudServersClient.listSharedIpGroups(org.jclouds.cloudservers.options.ListOptions...)com.google.common.util.concurrent.ListenableFuture<SharedIpGroup> getSharedIpGroup(int id)
CloudServersClient.getSharedIpGroup(int)
com.google.common.util.concurrent.ListenableFuture<SharedIpGroup> createSharedIpGroup(String name,
CreateSharedIpGroupOptions... options)
CloudServersClient.createSharedIpGroup(java.lang.String, org.jclouds.cloudservers.options.CreateSharedIpGroupOptions...)com.google.common.util.concurrent.ListenableFuture<Boolean> deleteSharedIpGroup(int id)
CloudServersClient.deleteSharedIpGroup(int)com.google.common.util.concurrent.ListenableFuture<BackupSchedule> getBackupSchedule(int serverId)
CloudServersClient#listBackupSchedulecom.google.common.util.concurrent.ListenableFuture<Boolean> deleteBackupSchedule(int serverId)
CloudServersClient.deleteBackupSchedule(int)
com.google.common.util.concurrent.ListenableFuture<Void> replaceBackupSchedule(int id,
BackupSchedule backupSchedule)
CloudServersClient.replaceBackupSchedule(int, org.jclouds.cloudservers.domain.BackupSchedule)com.google.common.util.concurrent.ListenableFuture<Addresses> getAddresses(int serverId)
CloudServersClient#listAddressescom.google.common.util.concurrent.ListenableFuture<? extends Set<String>> listPublicAddresses(int serverId)
CloudServersClient.listPublicAddresses(int)com.google.common.util.concurrent.ListenableFuture<? extends Set<String>> listPrivateAddresses(int serverId)
CloudServersClient.listPrivateAddresses(int)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||