Class EC2ImagePredicates

java.lang.Object
org.jclouds.ec2.compute.predicates.EC2ImagePredicates

public class EC2ImagePredicates extends Object
Container for image filters (predicates). This class has static methods that create customized predicates to use with ComputeService.
  • Constructor Details

    • EC2ImagePredicates

      public EC2ImagePredicates()
  • Method Details

    • rootDeviceType

      public static com.google.common.base.Predicate<Image> rootDeviceType(RootDeviceType rootDeviceType)
      evaluates true if the Image has the specified root device type
      Parameters:
      rootDeviceType - rootDeviceType of the images
      Returns:
      predicate