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

Packages that use Image.Status
org.jclouds.openstack.nova.v2_0.compute.config   
org.jclouds.openstack.nova.v2_0.compute.functions   
org.jclouds.openstack.nova.v2_0.domain   
org.jclouds.openstack.nova.v2_0.predicates   
 

Uses of Image.Status in org.jclouds.openstack.nova.v2_0.compute.config
 

Fields in org.jclouds.openstack.nova.v2_0.compute.config with type parameters of type Image.Status
static Map<Image.Status,Image.Status> NovaComputeServiceContextModule.toPortableImageStatus
           
 

Methods in org.jclouds.openstack.nova.v2_0.compute.config that return types with arguments of type Image.Status
protected  Map<Image.Status,Image.Status> NovaComputeServiceContextModule.toPortableImageStatus()
           
 

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

Constructor parameters in org.jclouds.openstack.nova.v2_0.compute.functions with type arguments of type Image.Status
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.Status in org.jclouds.openstack.nova.v2_0.domain
 

Fields in org.jclouds.openstack.nova.v2_0.domain declared as Image.Status
protected  Image.Status Image.Builder.status
           
 

Methods in org.jclouds.openstack.nova.v2_0.domain that return Image.Status
static Image.Status Image.Status.fromValue(String v)
           
 Image.Status Image.getStatus()
           
static Image.Status Image.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Image.Status[] Image.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Constructors in org.jclouds.openstack.nova.v2_0.domain with parameters of type Image.Status
Image(String id, String name, Set<Link> links, Date updated, Date created, String tenantId, String userId, Image.Status status, int progress, int minDisk, int minRam, Resource server, Map<String,String> metadata)
           
 

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

Methods in org.jclouds.openstack.nova.v2_0.predicates with parameters of type Image.Status
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.