org.jclouds.cim
Class CIMPredicates
java.lang.Object
org.jclouds.cim.CIMPredicates
public class CIMPredicates
- extends Object
- Author:
- Adrian Cole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CIMPredicates
public CIMPredicates()
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
Copyright © 2009-2011 jclouds. All Rights Reserved.