public class ZonePredicates
extends Object
-
Constructor Summary
Constructors
-
Method Summary
static com.google.common.base.Predicate<Zone>
static com.google.common.base.Predicate<Zone>
static com.google.common.base.Predicate<Zone>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ZonePredicates
public ZonePredicates()
-
Method Details
-
supportsAdvancedNetworks
public static com.google.common.base.Predicate<Zone> supportsAdvancedNetworks()
- Returns:
- true, if the zone supports
invalid reference
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.