public interface NovaAsyncClient
ExecutionException
as documented in
Future.get()
.NovaClient
,
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
addFloatingIP(int serverId,
String ip)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
FloatingIPAsyncApi.addToServer(String, String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Void> |
changeAdminPass(int id,
String adminPass)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.changeAdminPass(String, String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Void> |
confirmResizeServer(int id)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.confirmResize(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Image> |
createImageFromServer(String imageName,
int serverId)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.createImageFromServer(String, String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Server> |
createServer(String name,
String imageRef,
String flavorRef,
CreateServerOptions... options)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
org.jclouds.openstack.nova.v2_0.features.ServerAsyncApi#create(String, String, String, CreateServerOptions) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
deleteImage(int id)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ImageAsyncApi.delete(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
deleteImage(String id)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ImageAsyncApi.delete(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
deleteServer(int id)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.delete(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
deleteServer(String uuid)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.delete(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Addresses> |
getAddresses(int serverId)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.get(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Flavor> |
getFlavor(int id)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
FlavorAsyncApi.get(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Flavor> |
getFlavor(String uuid)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
FlavorAsyncApi.get(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<FloatingIP> |
getFloatingIP(int id)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
FloatingIPAsyncApi.get(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Image> |
getImage(int id)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ImageAsyncApi.get(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Image> |
getImage(String uuid)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ImageAsyncApi.get(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<SecurityGroup> |
getSecurityGroup(int id)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
SecurityGroupAsyncApi.get(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Server> |
getServer(int id)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.get(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Server> |
getServer(String uuid)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.get(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Flavor>> |
listFlavors(ListOptions... options)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
FlavorAsyncApi.list() in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<FloatingIP>> |
listFloatingIPs()
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
FloatingIPAsyncApi.list() in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Image>> |
listImages(ListOptions... options)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ImageAsyncApi.list() in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<String>> |
listPrivateAddresses(int serverId)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.get(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<String>> |
listPublicAddresses(int serverId)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.get(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<SecurityGroup>> |
listSecurityGroups()
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
SecurityGroupAsyncApi.list() in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Server>> |
listServers(ListOptions... options)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.list() in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Void> |
rebootServer(int id,
RebootType rebootType)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.reboot(String, RebootType) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Void> |
rebuildServer(int id,
RebuildServerOptions... options)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
org.jclouds.openstack.nova.v2_0.features.ServerAsyncApi#rebuild(String, RebuildServerOptions) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Void> |
renameServer(int id,
String newName)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.rename(String, String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Void> |
resizeServer(int id,
int flavorId)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.resize(String, String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Void> |
revertResizeServer(int id)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.revertResize(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Server>> listServers(ListOptions... options)
ServerAsyncApi.list()
in openstack-nova.com.google.common.util.concurrent.ListenableFuture<Server> getServer(int id)
ServerAsyncApi.get(String)
in openstack-nova.NovaClient.getServer(int)
com.google.common.util.concurrent.ListenableFuture<Server> getServer(String uuid)
ServerAsyncApi.get(String)
in openstack-nova.NovaClient.getServer(int)
com.google.common.util.concurrent.ListenableFuture<Boolean> deleteServer(int id)
ServerAsyncApi.delete(String)
in openstack-nova.NovaClient.deleteServer(int)
com.google.common.util.concurrent.ListenableFuture<Boolean> deleteServer(String uuid)
ServerAsyncApi.delete(String)
in openstack-nova.NovaClient.deleteServer(int)
com.google.common.util.concurrent.ListenableFuture<Void> rebootServer(int id, RebootType rebootType)
ServerAsyncApi.reboot(String, RebootType)
in openstack-nova.com.google.common.util.concurrent.ListenableFuture<Void> resizeServer(int id, int flavorId)
ServerAsyncApi.resize(String, String)
in openstack-nova.NovaClient.resizeServer(int, int)
com.google.common.util.concurrent.ListenableFuture<Void> confirmResizeServer(int id)
ServerAsyncApi.confirmResize(String)
in openstack-nova.NovaClient.confirmResizeServer(int)
com.google.common.util.concurrent.ListenableFuture<Void> revertResizeServer(int id)
ServerAsyncApi.revertResize(String)
in openstack-nova.NovaClient.revertResizeServer(int)
com.google.common.util.concurrent.ListenableFuture<Server> createServer(String name, String imageRef, String flavorRef, CreateServerOptions... options)
org.jclouds.openstack.nova.v2_0.features.ServerAsyncApi#create(String, String, String, CreateServerOptions)
in openstack-nova.com.google.common.util.concurrent.ListenableFuture<Void> rebuildServer(int id, RebuildServerOptions... options)
org.jclouds.openstack.nova.v2_0.features.ServerAsyncApi#rebuild(String, RebuildServerOptions)
in openstack-nova.com.google.common.util.concurrent.ListenableFuture<Void> changeAdminPass(int id, String adminPass)
ServerAsyncApi.changeAdminPass(String, String)
in openstack-nova.com.google.common.util.concurrent.ListenableFuture<Void> renameServer(int id, String newName)
ServerAsyncApi.rename(String, String)
in openstack-nova.com.google.common.util.concurrent.ListenableFuture<? extends Set<Flavor>> listFlavors(ListOptions... options)
FlavorAsyncApi.list()
in openstack-nova.com.google.common.util.concurrent.ListenableFuture<Flavor> getFlavor(int id)
FlavorAsyncApi.get(String)
in openstack-nova.NovaClient.getFlavor(int)
com.google.common.util.concurrent.ListenableFuture<Flavor> getFlavor(String uuid)
FlavorAsyncApi.get(String)
in openstack-nova.NovaClient.getFlavor(int)
com.google.common.util.concurrent.ListenableFuture<? extends Set<Image>> listImages(ListOptions... options)
ImageAsyncApi.list()
in openstack-nova.com.google.common.util.concurrent.ListenableFuture<Image> getImage(int id)
ImageAsyncApi.get(String)
in openstack-nova.NovaClient.getImage(int)
com.google.common.util.concurrent.ListenableFuture<Image> getImage(String uuid)
ImageAsyncApi.get(String)
in openstack-nova.NovaClient.getImage(int)
com.google.common.util.concurrent.ListenableFuture<Boolean> deleteImage(int id)
ImageAsyncApi.delete(String)
in openstack-nova.NovaClient.deleteImage(int)
com.google.common.util.concurrent.ListenableFuture<Boolean> deleteImage(String id)
ImageAsyncApi.delete(String)
in openstack-nova.NovaClient.deleteImage(int)
com.google.common.util.concurrent.ListenableFuture<Image> createImageFromServer(String imageName, int serverId)
ServerAsyncApi.createImageFromServer(String, String)
in openstack-nova.com.google.common.util.concurrent.ListenableFuture<Addresses> getAddresses(int serverId)
ServerAsyncApi.get(String)
in openstack-nova.NovaClient.getAddresses(int)
com.google.common.util.concurrent.ListenableFuture<? extends Set<String>> listPublicAddresses(int serverId)
ServerAsyncApi.get(String)
in openstack-nova.NovaClient.listPublicAddresses(int)
com.google.common.util.concurrent.ListenableFuture<? extends Set<String>> listPrivateAddresses(int serverId)
ServerAsyncApi.get(String)
in openstack-nova.NovaClient.listPrivateAddresses(int)
com.google.common.util.concurrent.ListenableFuture<Void> addFloatingIP(int serverId, String ip)
FloatingIPAsyncApi.addToServer(String, String)
in openstack-nova.com.google.common.util.concurrent.ListenableFuture<? extends Set<FloatingIP>> listFloatingIPs()
FloatingIPAsyncApi.list()
in openstack-nova.com.google.common.util.concurrent.ListenableFuture<FloatingIP> getFloatingIP(int id)
FloatingIPAsyncApi.get(String)
in openstack-nova.com.google.common.util.concurrent.ListenableFuture<? extends Set<SecurityGroup>> listSecurityGroups()
SecurityGroupAsyncApi.list()
in openstack-nova.com.google.common.util.concurrent.ListenableFuture<SecurityGroup> getSecurityGroup(int id)
SecurityGroupAsyncApi.get(String)
in openstack-nova.Copyright © 2009-2013 jclouds. All Rights Reserved.