Class NetworkPredicates.GuestIPTypeIs

java.lang.Object
org.jclouds.cloudstack.predicates.NetworkPredicates.GuestIPTypeIs
All Implemented Interfaces:
com.google.common.base.Predicate<GuestIPType>, Predicate<GuestIPType>
Enclosing class:
NetworkPredicates

public static class NetworkPredicates.GuestIPTypeIs extends Object implements com.google.common.base.Predicate<GuestIPType>
  • Constructor Details

    • GuestIPTypeIs

      public GuestIPTypeIs(GuestIPType guestIPType)
  • Method Details

    • apply

      public boolean apply(GuestIPType guestIPType)
      Specified by:
      apply in interface com.google.common.base.Predicate<GuestIPType>
    • toString

      public String toString()
      Overrides:
      toString in class Object