public final class SecurityPolicyRuleMatcherConfig 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 | 
|---|
| SecurityPolicyRuleMatcherConfig() | 
| Modifier and Type | Method and Description | 
|---|---|
| SecurityPolicyRuleMatcherConfig | clone() | 
| List<String> | getDestIpRanges()CIDR IP address range. | 
| List<SecurityPolicyRuleMatcherConfigLayer4Config> | getLayer4Configs()Pairs of IP protocols and ports that the rule should match. | 
| List<String> | getSrcIpRanges()CIDR IP address range. | 
| SecurityPolicyRuleMatcherConfig | set(String fieldName,
   Object value) | 
| SecurityPolicyRuleMatcherConfig | setDestIpRanges(List<String> destIpRanges)CIDR IP address range. | 
| SecurityPolicyRuleMatcherConfig | setLayer4Configs(List<SecurityPolicyRuleMatcherConfigLayer4Config> layer4Configs)Pairs of IP protocols and ports that the rule should match. | 
| SecurityPolicyRuleMatcherConfig | 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 SecurityPolicyRuleMatcherConfig setDestIpRanges(List<String> destIpRanges)
destIpRanges - destIpRanges or null for nonepublic List<SecurityPolicyRuleMatcherConfigLayer4Config> getLayer4Configs()
null for nonepublic SecurityPolicyRuleMatcherConfig setLayer4Configs(List<SecurityPolicyRuleMatcherConfigLayer4Config> layer4Configs)
layer4Configs - layer4Configs or null for nonepublic List<String> getSrcIpRanges()
null for nonepublic SecurityPolicyRuleMatcherConfig setSrcIpRanges(List<String> srcIpRanges)
srcIpRanges - srcIpRanges or null for nonepublic SecurityPolicyRuleMatcherConfig set(String fieldName, Object value)
set in class GenericJsonpublic SecurityPolicyRuleMatcherConfig clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.