org.jclouds.compute.predicates
Class HardwarePredicates

java.lang.Object
  extended by org.jclouds.compute.predicates.HardwarePredicates

public class HardwarePredicates
extends Object

Container for hardware filters (predicates). This class has static methods that create customized predicates to use with ComputeService.


Constructor Summary
HardwarePredicates()
           
 
Method Summary
static com.google.common.base.Predicate<Hardware> idEquals(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HardwarePredicates

public HardwarePredicates()
Method Detail

idEquals

public static com.google.common.base.Predicate<Hardware> idEquals(String id)


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.