Class EC2ImagePredicates
java.lang.Object
org.jclouds.ec2.compute.predicates.EC2ImagePredicates
Container for image filters (predicates).
This class has static methods that create customized predicates to use with
ComputeService
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.common.base.Predicate
<Image> rootDeviceType
(RootDeviceType rootDeviceType) evaluates true if the Image has the specified root device type
-
Constructor Details
-
EC2ImagePredicates
public EC2ImagePredicates()
-
-
Method Details
-
rootDeviceType
evaluates true if the Image has the specified root device type- Parameters:
rootDeviceType
- rootDeviceType of the images- Returns:
- predicate
-