public class EC2ImagePredicates extends Object
ComputeService
.Constructor and Description |
---|
EC2ImagePredicates() |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<Image> |
rootDeviceType(RootDeviceType rootDeviceType)
evaluates true if the Image has the specified root device type
|
public static com.google.common.base.Predicate<Image> rootDeviceType(RootDeviceType rootDeviceType)
rootDeviceType
- rootDeviceType of the imagesCopyright © 2009-2012 jclouds. All Rights Reserved.