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 Details

    • AllNodesInGroupTerminated

      @Inject public AllNodesInGroupTerminated(ComputeService computeService)
  • Method Details

    • apply

      public boolean apply(ZoneAndName input)
      Specified by:
      apply in interface com.google.common.base.Predicate<ZoneAndName>