Class ImagePredicates

java.lang.Object
org.jclouds.openstack.nova.v2_0.predicates.ImagePredicates

public class ImagePredicates extends Object
Predicates handy when working with Images
  • Constructor Details

    • ImagePredicates

      public ImagePredicates()
  • Method Details

    • statusEquals

      public static com.google.common.base.Predicate<Image> statusEquals(Image.Status status)
      matches status of the given image
      Parameters:
      status -
      Returns:
      predicate that matches status