Uses of Class
org.jclouds.openstack.nova.v2_0.domain.Image.Status
- 
- 
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 Modifier and Type Field Description static Map<Image.Status,Image.Status>NovaComputeServiceContextModule. toPortableImageStatusMethods in org.jclouds.openstack.nova.v2_0.compute.config that return types with arguments of type Image.Status Modifier and Type Method Description 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 Constructor Description ImageInRegionToImage(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 Modifier and Type Field Description protected Image.StatusImage.Builder. statusMethods in org.jclouds.openstack.nova.v2_0.domain that return Image.Status Modifier and Type Method Description static Image.StatusImage.Status. fromValue(String v)Image.StatusImage. getStatus()static Image.StatusImage.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 Modifier and Type Method Description TImage.Builder. status(Image.Status status)Constructors in org.jclouds.openstack.nova.v2_0.domain with parameters of type Image.Status Constructor Description 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, List<BlockDeviceMapping> blockDeviceMapping, 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 Modifier and Type Method Description static com.google.common.base.Predicate<Image>ImagePredicates. statusEquals(Image.Status status)matches status of the given image 
 -