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

Packages that use Image
org.jclouds.slicehost   
org.jclouds.slicehost.compute.functions   
org.jclouds.slicehost.compute.suppliers   
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.suppliers
 

Fields in org.jclouds.slicehost.compute.suppliers with type parameters of type Image
protected  com.google.common.base.Function<Image,Image> SlicehostImageSupplier.slicehostImageToImage
           
 

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-2011 jclouds. All Rights Reserved.