public class NetworkFirewallPredicates extends Object
| Constructor and Description |
|---|
NetworkFirewallPredicates() |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Predicate<Firewall> |
equalsIpPermission(org.jclouds.net.domain.IpPermission permission) |
static com.google.common.base.Predicate<Firewall> |
hasPortRange(com.google.common.collect.Range<Integer> portRange) |
static com.google.common.base.Predicate<Firewall> |
hasProtocol(org.jclouds.net.domain.IpProtocol protocol) |
static com.google.common.base.Predicate<Firewall> |
hasSourceRange(String sourceRange) |
static com.google.common.base.Predicate<Firewall> |
hasSourceTag(String sourceTag) |
static com.google.common.base.Predicate<Firewall> |
providesIpPermission(org.jclouds.net.domain.IpPermission permission) |
public static com.google.common.base.Predicate<Firewall> hasProtocol(org.jclouds.net.domain.IpProtocol protocol)
public static com.google.common.base.Predicate<Firewall> hasPortRange(com.google.common.collect.Range<Integer> portRange)
public static com.google.common.base.Predicate<Firewall> hasSourceTag(String sourceTag)
public static com.google.common.base.Predicate<Firewall> hasSourceRange(String sourceRange)
public static com.google.common.base.Predicate<Firewall> equalsIpPermission(org.jclouds.net.domain.IpPermission permission)
public static com.google.common.base.Predicate<Firewall> providesIpPermission(org.jclouds.net.domain.IpPermission permission)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.