Uses of Class
org.jclouds.cloudservers.domain.Image

Packages that use Image
org.jclouds.cloudservers   
org.jclouds.cloudservers.compute.functions   
org.jclouds.cloudservers.compute.strategy   
 

Uses of Image in org.jclouds.cloudservers
 

Methods in org.jclouds.cloudservers that return Image
 Image CloudServersClient.createImageFromServer(String imageName, int serverId)
          This operation creates a new image for the given server ID.
 Image CloudServersClient.getImage(int id)
          This operation returns details of the specified image.
 

Methods in org.jclouds.cloudservers that return types with arguments of type Image
 com.google.common.util.concurrent.ListenableFuture<Image> CloudServersAsyncClient.createImageFromServer(String imageName, int serverId)
           
 com.google.common.util.concurrent.ListenableFuture<Image> CloudServersAsyncClient.getImage(int id)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Image>> CloudServersAsyncClient.listImages(ListOptions... options)
           
 Set<Image> CloudServersClient.listImages(ListOptions... options)
          List available images (IDs and names only) in order to retrieve all details, pass the option withDetails()
 

Uses of Image in org.jclouds.cloudservers.compute.functions
 

Methods in org.jclouds.cloudservers.compute.functions with parameters of type Image
 OperatingSystem CloudServersImageToOperatingSystem.apply(Image from)
           
 Image CloudServersImageToImage.apply(Image from)
           
 

Uses of Image in org.jclouds.cloudservers.compute.strategy
 

Methods in org.jclouds.cloudservers.compute.strategy that return types with arguments of type Image
 Iterable<Image> CloudServersComputeServiceAdapter.listImages()
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.