Class ImagePredicates
java.lang.Object
org.jclouds.openstack.nova.v2_0.predicates.ImagePredicates
Predicates handy when working with Images
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.common.base.Predicate
<Image> statusEquals
(Image.Status status) matches status of the given image
-
Constructor Details
-
ImagePredicates
public ImagePredicates()
-
-
Method Details
-
statusEquals
matches status of the given image- Parameters:
status
-- Returns:
- predicate that matches status
-