Uses of Class
org.jclouds.rimuhosting.miro.domain.Image

Packages that use Image
org.jclouds.rimuhosting.miro   
org.jclouds.rimuhosting.miro.compute.suppliers   
org.jclouds.rimuhosting.miro.data   
org.jclouds.rimuhosting.miro.domain   
org.jclouds.rimuhosting.miro.functions   
 

Uses of Image in org.jclouds.rimuhosting.miro
 

Methods in org.jclouds.rimuhosting.miro that return types with arguments of type Image
 com.google.common.util.concurrent.ListenableFuture<Set<Image>> RimuHostingAsyncClient.getImageList()
           
 Set<? extends Image> RimuHostingClient.getImageList()
          This operation returns a list of images that can be used for server creation.
 

Uses of Image in org.jclouds.rimuhosting.miro.compute.suppliers
 

Methods in org.jclouds.rimuhosting.miro.compute.suppliers with parameters of type Image
protected  OperatingSystem RimuHostingImageSupplier.parseOs(Image from)
           
 

Uses of Image in org.jclouds.rimuhosting.miro.data
 

Constructors in org.jclouds.rimuhosting.miro.data with parameters of type Image
CreateOptions(String name, String password, Image image)
           
 

Uses of Image in org.jclouds.rimuhosting.miro.domain
 

Methods in org.jclouds.rimuhosting.miro.domain with parameters of type Image
 int Image.compareTo(Image image)
           
 

Uses of Image in org.jclouds.rimuhosting.miro.functions
 

Methods in org.jclouds.rimuhosting.miro.functions that return types with arguments of type Image
 SortedSet<Image> ParseImagesFromJsonResponse.apply(HttpResponse arg0)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.