org.jclouds.cloudstack.predicates
Class PublicIPAddressPredicates.AssociatedWithNetwork

java.lang.Object
  extended by org.jclouds.cloudstack.predicates.PublicIPAddressPredicates.AssociatedWithNetwork
All Implemented Interfaces:
com.google.common.base.Predicate<PublicIPAddress>
Enclosing class:
PublicIPAddressPredicates

public static final class PublicIPAddressPredicates.AssociatedWithNetwork
extends Object
implements com.google.common.base.Predicate<PublicIPAddress>


Constructor Summary
PublicIPAddressPredicates.AssociatedWithNetwork(long networkId)
           
 
Method Summary
 boolean apply(PublicIPAddress input)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Predicate
equals
 

Constructor Detail

PublicIPAddressPredicates.AssociatedWithNetwork

public PublicIPAddressPredicates.AssociatedWithNetwork(long networkId)
Method Detail

apply

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.