org.jclouds.cloudstack.predicates
Class ZonePredicates

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

public class ZonePredicates
extends Object

Author:
Adrian Cole

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

Constructor Detail

ZonePredicates

public ZonePredicates()
Method Detail

supportsAdvancedNetworks

public static com.google.common.base.Predicate<Zone> supportsAdvancedNetworks()
Returns:
true, if the zone supports NetworkType.ADVANCED

supportsSecurityGroups

public static com.google.common.base.Predicate<Zone> supportsSecurityGroups()
Returns:
true, if the zone supports security groups

any

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


Copyright © 2009-2012 jclouds. All Rights Reserved.