Uses of Class
org.jclouds.rest.annotations.Unwrap

Packages that use Unwrap
org.jclouds.cloudservers   
org.jclouds.openstack.nova   
org.jclouds.rimuhosting.miro   
 

Uses of Unwrap in org.jclouds.cloudservers
 

Methods in org.jclouds.cloudservers with annotations of type Unwrap
 com.google.common.util.concurrent.ListenableFuture<Image> CloudServersAsyncClient.createImageFromServer(String imageName, int serverId)
           
 com.google.common.util.concurrent.ListenableFuture<Server> CloudServersAsyncClient.createServer(String name, int imageId, int flavorId, CreateServerOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<SharedIpGroup> CloudServersAsyncClient.createSharedIpGroup(String name, CreateSharedIpGroupOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Addresses> CloudServersAsyncClient.getAddresses(int serverId)
           
 com.google.common.util.concurrent.ListenableFuture<BackupSchedule> CloudServersAsyncClient.getBackupSchedule(int serverId)
           
 com.google.common.util.concurrent.ListenableFuture<Flavor> CloudServersAsyncClient.getFlavor(int id)
           
 com.google.common.util.concurrent.ListenableFuture<Image> CloudServersAsyncClient.getImage(int id)
           
 com.google.common.util.concurrent.ListenableFuture<Limits> CloudServersAsyncClient.getLimits()
           
 com.google.common.util.concurrent.ListenableFuture<Server> CloudServersAsyncClient.getServer(int id)
           
 com.google.common.util.concurrent.ListenableFuture<SharedIpGroup> CloudServersAsyncClient.getSharedIpGroup(int id)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Flavor>> CloudServersAsyncClient.listFlavors(ListOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Image>> CloudServersAsyncClient.listImages(ListOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<String>> CloudServersAsyncClient.listPrivateAddresses(int serverId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<String>> CloudServersAsyncClient.listPublicAddresses(int serverId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Server>> CloudServersAsyncClient.listServers(ListOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<SharedIpGroup>> CloudServersAsyncClient.listSharedIpGroups(ListOptions... options)
           
 

Uses of Unwrap in org.jclouds.openstack.nova
 

Methods in org.jclouds.openstack.nova with annotations of type Unwrap
 com.google.common.util.concurrent.ListenableFuture<Image> NovaAsyncClient.createImageFromServer(String imageName, int serverId)
           
 com.google.common.util.concurrent.ListenableFuture<Server> NovaAsyncClient.createServer(String name, String imageRef, String flavorRef, CreateServerOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Addresses> NovaAsyncClient.getAddresses(int serverId)
           
 com.google.common.util.concurrent.ListenableFuture<Flavor> NovaAsyncClient.getFlavor(int id)
           
 com.google.common.util.concurrent.ListenableFuture<Image> NovaAsyncClient.getImage(int id)
           
 com.google.common.util.concurrent.ListenableFuture<Server> NovaAsyncClient.getServer(int id)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Flavor>> NovaAsyncClient.listFlavors(ListOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Image>> NovaAsyncClient.listImages(ListOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<String>> NovaAsyncClient.listPrivateAddresses(int serverId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<String>> NovaAsyncClient.listPublicAddresses(int serverId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Server>> NovaAsyncClient.listServers(ListOptions... options)
           
 

Uses of Unwrap in org.jclouds.rimuhosting.miro
 

Methods in org.jclouds.rimuhosting.miro with annotations of type Unwrap
 com.google.common.util.concurrent.ListenableFuture<NewServerResponse> RimuHostingAsyncClient.createServer(String name, String imageId, String planId, CreateServerOptions... options)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.