org.jclouds.cloudstack.predicates
Class NetworkOfferingPredicates

java.lang.Object
  extended by org.jclouds.cloudstack.predicates.NetworkOfferingPredicates

public class NetworkOfferingPredicates
extends Object

Author:
Adrian Cole

Constructor Summary
NetworkOfferingPredicates()
           
 
Method Summary
static com.google.common.base.Predicate<NetworkOffering> any()
           
static com.google.common.base.Predicate<NetworkOffering> supportsGuestVirtualNetworks()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkOfferingPredicates

public NetworkOfferingPredicates()
Method Detail

supportsGuestVirtualNetworks

public static com.google.common.base.Predicate<NetworkOffering> supportsGuestVirtualNetworks()
Returns:
true, if the offering supports creation of GuestVirtual Networks

any

public static com.google.common.base.Predicate<NetworkOffering> any()
Returns:
always returns true.


Copyright © 2009-2012 jclouds. All Rights Reserved.