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

Packages that use Image
org.jclouds.slicehost   
org.jclouds.slicehost.compute.functions   
org.jclouds.slicehost.compute.strategy   
org.jclouds.slicehost.xml   
 

Uses of Image in org.jclouds.slicehost
 

Methods in org.jclouds.slicehost that return Image
 Image SlicehostClient.getImage(int id)
           
 

Methods in org.jclouds.slicehost that return types with arguments of type Image
 com.google.common.util.concurrent.ListenableFuture<Image> SlicehostAsyncClient.getImage(int id)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Image>> SlicehostAsyncClient.listImages()
           
 Set<Image> SlicehostClient.listImages()
           
 

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

Methods in org.jclouds.slicehost.compute.functions with parameters of type Image
 Image SlicehostImageToImage.apply(Image from)
           
 OperatingSystem SlicehostImageToOperatingSystem.apply(Image from)
           
 

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

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

Uses of Image in org.jclouds.slicehost.xml
 

Methods in org.jclouds.slicehost.xml that return Image
 Image ImageHandler.getResult()
           
 

Methods in org.jclouds.slicehost.xml that return types with arguments of type Image
 Set<? extends Image> ImagesHandler.getResult()
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.