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 withComputeService
.
-
-
Constructor Summary
Constructors Constructor Description EC2ImagePredicates()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.common.base.Predicate<Image>
rootDeviceType(RootDeviceType rootDeviceType)
evaluates true if the Image has the specified root device type
-
-
-
Method Detail
-
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
-
-