Uses of Enum Class
org.jclouds.openstack.nova.v2_0.domain.Image.Status
Packages that use Image.Status
Package
Description
-
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.StatusModifier and TypeFieldDescriptionstatic final 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.StatusModifier and TypeMethodDescriptionprotected final 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.StatusModifierConstructorDescriptionImageInRegionToImage
(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.StatusMethods in org.jclouds.openstack.nova.v2_0.domain that return Image.StatusModifier and TypeMethodDescriptionstatic Image.Status
Image.getStatus()
static Image.Status
Returns the enum constant of this class with the specified name.static Image.Status[]
Image.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type Image.StatusConstructors in org.jclouds.openstack.nova.v2_0.domain with parameters of type Image.StatusModifierConstructorDescriptionprotected
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.StatusModifier and TypeMethodDescriptionstatic com.google.common.base.Predicate
<Image> ImagePredicates.statusEquals
(Image.Status status) matches status of the given image