Class AllNodesInGroupTerminated

java.lang.Object
org.jclouds.openstack.nova.v2_0.compute.predicates.AllNodesInGroupTerminated
All Implemented Interfaces:
com.google.common.base.Predicate<RegionAndName>, Predicate<RegionAndName>

public class AllNodesInGroupTerminated extends Object implements com.google.common.base.Predicate<RegionAndName>
  • Constructor Details

    • AllNodesInGroupTerminated

      @Inject public AllNodesInGroupTerminated(ComputeService computeService)
  • Method Details

    • apply

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