public final class SecurityPolicyRulePreconfiguredWafConfigExclusion
extends com.google.api.client.json.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
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
SecurityPolicyRulePreconfiguredWafConfigExclusion() |
| Modifier and Type | Method and Description |
|---|---|
SecurityPolicyRulePreconfiguredWafConfigExclusion |
clone() |
List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> |
getRequestCookiesToExclude()
A list of request cookie names whose value will be excluded from inspection during
preconfigured WAF evaluation.
|
List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> |
getRequestHeadersToExclude()
A list of request header names whose value will be excluded from inspection during
preconfigured WAF evaluation.
|
List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> |
getRequestQueryParamsToExclude()
A list of request query parameter names whose value will be excluded from inspection during
preconfigured WAF evaluation.
|
List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> |
getRequestUrisToExclude()
A list of request URIs from the request line to be excluded from inspection during
preconfigured WAF evaluation.
|
List<String> |
getTargetRuleIds()
A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion.
|
String |
getTargetRuleSet()
Target WAF rule set to apply the preconfigured WAF exclusion.
|
SecurityPolicyRulePreconfiguredWafConfigExclusion |
set(String fieldName,
Object value) |
SecurityPolicyRulePreconfiguredWafConfigExclusion |
setRequestCookiesToExclude(List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> requestCookiesToExclude)
A list of request cookie names whose value will be excluded from inspection during
preconfigured WAF evaluation.
|
SecurityPolicyRulePreconfiguredWafConfigExclusion |
setRequestHeadersToExclude(List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> requestHeadersToExclude)
A list of request header names whose value will be excluded from inspection during
preconfigured WAF evaluation.
|
SecurityPolicyRulePreconfiguredWafConfigExclusion |
setRequestQueryParamsToExclude(List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> requestQueryParamsToExclude)
A list of request query parameter names whose value will be excluded from inspection during
preconfigured WAF evaluation.
|
SecurityPolicyRulePreconfiguredWafConfigExclusion |
setRequestUrisToExclude(List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> requestUrisToExclude)
A list of request URIs from the request line to be excluded from inspection during
preconfigured WAF evaluation.
|
SecurityPolicyRulePreconfiguredWafConfigExclusion |
setTargetRuleIds(List<String> targetRuleIds)
A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion.
|
SecurityPolicyRulePreconfiguredWafConfigExclusion |
setTargetRuleSet(String targetRuleSet)
Target WAF rule set to apply the preconfigured WAF exclusion.
|
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 SecurityPolicyRulePreconfiguredWafConfigExclusion()
public List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> getRequestCookiesToExclude()
null for nonepublic SecurityPolicyRulePreconfiguredWafConfigExclusion setRequestCookiesToExclude(List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> requestCookiesToExclude)
requestCookiesToExclude - requestCookiesToExclude or null for nonepublic List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> getRequestHeadersToExclude()
null for nonepublic SecurityPolicyRulePreconfiguredWafConfigExclusion setRequestHeadersToExclude(List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> requestHeadersToExclude)
requestHeadersToExclude - requestHeadersToExclude or null for nonepublic List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> getRequestQueryParamsToExclude()
null for nonepublic SecurityPolicyRulePreconfiguredWafConfigExclusion setRequestQueryParamsToExclude(List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> requestQueryParamsToExclude)
requestQueryParamsToExclude - requestQueryParamsToExclude or null for nonepublic List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> getRequestUrisToExclude()
null for nonepublic SecurityPolicyRulePreconfiguredWafConfigExclusion setRequestUrisToExclude(List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> requestUrisToExclude)
requestUrisToExclude - requestUrisToExclude or null for nonepublic List<String> getTargetRuleIds()
null for nonepublic SecurityPolicyRulePreconfiguredWafConfigExclusion setTargetRuleIds(List<String> targetRuleIds)
targetRuleIds - targetRuleIds or null for nonepublic String getTargetRuleSet()
null for nonepublic SecurityPolicyRulePreconfiguredWafConfigExclusion setTargetRuleSet(String targetRuleSet)
targetRuleSet - targetRuleSet or null for nonepublic SecurityPolicyRulePreconfiguredWafConfigExclusion set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic SecurityPolicyRulePreconfiguredWafConfigExclusion clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.