Package org.jclouds.cim
Class CIMPredicates
- java.lang.Object
-
- org.jclouds.cim.CIMPredicates
-
public class CIMPredicates extends Object
-
-
Constructor Summary
Constructors Constructor Description CIMPredicates()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.common.base.Predicate<ResourceAllocationSettingData>
resourceTypeIn(ResourceAllocationSettingData.ResourceType... types)
Return resource allocations of the specific type.
-
-
-
Method Detail
-
resourceTypeIn
public static com.google.common.base.Predicate<ResourceAllocationSettingData> resourceTypeIn(ResourceAllocationSettingData.ResourceType... types)
Return resource allocations of the specific type.- Parameters:
type
- type to match the items- Returns:
- predicate
-
-