Class AllNodesInGroupTerminated
java.lang.Object
org.jclouds.cloudstack.compute.predicates.AllNodesInGroupTerminated
- All Implemented Interfaces:
com.google.common.base.Predicate<ZoneAndName>,Predicate<ZoneAndName>
public class AllNodesInGroupTerminated
extends Object
implements com.google.common.base.Predicate<ZoneAndName>
-
Constructor Summary
ConstructorsConstructorDescriptionAllNodesInGroupTerminated(org.jclouds.compute.ComputeService computeService) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.common.base.Predicate
equals, test
-
Constructor Details
-
AllNodesInGroupTerminated
@Inject public AllNodesInGroupTerminated(org.jclouds.compute.ComputeService computeService)
-
-
Method Details
-
apply
- Specified by:
applyin interfacecom.google.common.base.Predicate<ZoneAndName>
-