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

Packages that use Image
org.jclouds.openstack.nova.ec2.strategy   
org.jclouds.openstack.nova.v2_0.compute.functions   
org.jclouds.openstack.nova.v2_0.compute.predicates   
org.jclouds.openstack.nova.v2_0.domain   
org.jclouds.openstack.nova.v2_0.domain.zonescoped   
org.jclouds.openstack.nova.v2_0.features   
org.jclouds.openstack.nova.v2_0.predicates   
 

Uses of Image in org.jclouds.openstack.nova.ec2.strategy
 

Constructor parameters in org.jclouds.openstack.nova.ec2.strategy with type arguments of type Image
NovaReviseParsedImage(com.google.common.base.Function<Image,OperatingSystem> imageToOs)
           
 

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

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

Constructor parameters in org.jclouds.openstack.nova.v2_0.compute.functions with type arguments of type Image
ImageInZoneToImage(Map<Image.Status,Image.Status> toPortableImageStatus, com.google.common.base.Function<Image,OperatingSystem> imageToOs, com.google.common.base.Supplier<Map<String,Location>> locationIndex)
           
 

Uses of Image in org.jclouds.openstack.nova.v2_0.compute.predicates
 

Methods in org.jclouds.openstack.nova.v2_0.compute.predicates that return Image
 Image GetImageWhenImageInZoneHasActiveStatusPredicateWithResult.findImage(ZoneAndId zoneAndId)
           
 

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

Methods in org.jclouds.openstack.nova.v2_0.domain that return Image
 Image Image.Builder.build()
           
 

Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type Image
 T Image.Builder.fromImage(Image in)
           
 

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

Fields in org.jclouds.openstack.nova.v2_0.domain.zonescoped declared as Image
protected  Image ImageInZone.image
           
 

Methods in org.jclouds.openstack.nova.v2_0.domain.zonescoped that return Image
 Image ImageInZone.getImage()
           
 

Constructors in org.jclouds.openstack.nova.v2_0.domain.zonescoped with parameters of type Image
ImageInZone(Image image, String zoneId)
           
 

Uses of Image in org.jclouds.openstack.nova.v2_0.features
 

Methods in org.jclouds.openstack.nova.v2_0.features that return Image
 Image ImageApi.getImage(String id)
          List details of the specified image
 

Methods in org.jclouds.openstack.nova.v2_0.features that return types with arguments of type Image
 com.google.common.util.concurrent.ListenableFuture<Image> ImageAsyncApi.getImage(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Image>> ImageAsyncApi.listImagesInDetail()
           
 Set<Image> ImageApi.listImagesInDetail()
          List all images (all details)
 

Uses of Image in org.jclouds.openstack.nova.v2_0.predicates
 

Methods in org.jclouds.openstack.nova.v2_0.predicates that return types with arguments of type Image
static com.google.common.base.Predicate<Image> ImagePredicates.statusEquals(Image.Status status)
          matches status of the given image
 



Copyright © 2009-2012 jclouds. All Rights Reserved.