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.strategy   
org.jclouds.openstack.nova.domain   
 

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.
 Image NovaClient.getImage(String id)
           
 

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<Image> NovaAsyncClient.getImage(String uuid)
           
 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.strategy
 

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

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

Methods in org.jclouds.openstack.nova.domain that return Image
 Image Server.getImage()
           
 

Methods in org.jclouds.openstack.nova.domain with parameters of type Image
 void Server.setImage(Image image)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.