Package org.jclouds.cim
Class CIMPredicates
java.lang.Object
org.jclouds.cim.CIMPredicates
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.common.base.Predicate<ResourceAllocationSettingData> Return resource allocations of the specific type. 
- 
Constructor Details
- 
CIMPredicates
public CIMPredicates() 
 - 
 - 
Method Details
- 
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
 
 
 -