Uses of Class
org.jclouds.servermanager.Image

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

Uses of Image in org.jclouds.servermanager
 

Methods in org.jclouds.servermanager that return Image
 Image ServerManager.getImage(int imageId)
           
 

Methods in org.jclouds.servermanager that return types with arguments of type Image
 Iterable<Image> ServerManager.listImages()
           
 

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

Methods in org.jclouds.servermanager.compute.functions with parameters of type Image
 Image ServerManagerImageToImage.apply(Image from)
           
 

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

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



Copyright © 2009-2012 jclouds. All Rights Reserved.