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

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

Uses of Image in org.jclouds.deltacloud
 

Methods in org.jclouds.deltacloud that return Image
 Image DeltacloudClient.getImage(URI imageHref)
           
 

Methods in org.jclouds.deltacloud that return types with arguments of type Image
 com.google.common.util.concurrent.ListenableFuture<Image> DeltacloudAsyncClient.getImage(URI imageHref)
           
 Set<Image> DeltacloudClient.listImages()
          The images collection will return a set of all images available to the current user.
 com.google.common.util.concurrent.ListenableFuture<Set<Image>> DeltacloudAsyncClient.listImages()
           
 

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

Methods in org.jclouds.deltacloud.compute.functions with parameters of type Image
 Image DeltacloudImageToImage.apply(Image from)
           
 OperatingSystem DeltacloudImageToOperatingSystem.apply(Image from)
           
 

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

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

Uses of Image in org.jclouds.deltacloud.xml
 

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

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



Copyright © 2009-2012 jclouds. All Rights Reserved.