Uses of Class
org.jclouds.openstack.nova.domain.Image

Packages that use Image
org.jclouds.openstack.nova   
org.jclouds.openstack.nova.compute.functions   
org.jclouds.openstack.nova.compute.suppliers   
 

Uses of Image in org.jclouds.openstack.nova
 

Methods in org.jclouds.openstack.nova that return Image
 Image NovaClient.createImageFromServer(String imageName, int serverId)
          This operation creates a new image for the given server ID.
 Image NovaClient.getImage(int id)
          This operation returns details of the specified image.
 

Methods in org.jclouds.openstack.nova that return types with arguments of type Image
 com.google.common.util.concurrent.ListenableFuture<Image> NovaAsyncClient.createImageFromServer(String imageName, int serverId)
           
 com.google.common.util.concurrent.ListenableFuture<Image> NovaAsyncClient.getImage(int id)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Image>> NovaAsyncClient.listImages(ListOptions... options)
           
 Set<Image> NovaClient.listImages(ListOptions... options)
          List available images (IDs and names only) in order to retrieve all details, pass the option withDetails()
 

Uses of Image in org.jclouds.openstack.nova.compute.functions
 

Methods in org.jclouds.openstack.nova.compute.functions with parameters of type Image
 Image NovaImageToImage.apply(Image from)
           
 OperatingSystem NovaImageToOperatingSystem.apply(Image from)
           
 

Uses of Image in org.jclouds.openstack.nova.compute.suppliers
 

Fields in org.jclouds.openstack.nova.compute.suppliers with type parameters of type Image
protected  com.google.common.base.Function<Image,Image> NovaImageSupplier.cloudServersImageToImage
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.