public final class FirewallPolicyRuleMatcher extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Compute Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
FirewallPolicyRuleMatcher() |
| Modifier and Type | Method and Description |
|---|---|
FirewallPolicyRuleMatcher |
clone() |
List<String> |
getDestIpRanges()
CIDR IP address range.
|
List<FirewallPolicyRuleMatcherLayer4Config> |
getLayer4Configs()
Pairs of IP protocols and ports that the rule should match.
|
List<String> |
getSrcIpRanges()
CIDR IP address range.
|
FirewallPolicyRuleMatcher |
set(String fieldName,
Object value) |
FirewallPolicyRuleMatcher |
setDestIpRanges(List<String> destIpRanges)
CIDR IP address range.
|
FirewallPolicyRuleMatcher |
setLayer4Configs(List<FirewallPolicyRuleMatcherLayer4Config> layer4Configs)
Pairs of IP protocols and ports that the rule should match.
|
FirewallPolicyRuleMatcher |
setSrcIpRanges(List<String> srcIpRanges)
CIDR IP address range.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic List<String> getDestIpRanges()
null for nonepublic FirewallPolicyRuleMatcher setDestIpRanges(List<String> destIpRanges)
destIpRanges - destIpRanges or null for nonepublic List<FirewallPolicyRuleMatcherLayer4Config> getLayer4Configs()
null for nonepublic FirewallPolicyRuleMatcher setLayer4Configs(List<FirewallPolicyRuleMatcherLayer4Config> layer4Configs)
layer4Configs - layer4Configs or null for nonepublic List<String> getSrcIpRanges()
null for nonepublic FirewallPolicyRuleMatcher setSrcIpRanges(List<String> srcIpRanges)
srcIpRanges - srcIpRanges or null for nonepublic FirewallPolicyRuleMatcher set(String fieldName, Object value)
set in class GenericJsonpublic FirewallPolicyRuleMatcher clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.