mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Thu Sep 8 09:21:50 UTC 2022
This commit is contained in:
parent
6749f65ca2
commit
e7bec9b31b
154 changed files with 2457 additions and 577 deletions
|
|
@ -4,7 +4,9 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud compute security-policies update NAME [--description=DESCRIPTION]
|
||||
[--enable-layer7-ddos-defense] [--json-parsing=JSON_PARSING]
|
||||
[--enable-layer7-ddos-defense]
|
||||
[--json-custom-content-types=[CONTENT_TYPE,...]]
|
||||
[--json-parsing=JSON_PARSING]
|
||||
[--layer7-ddos-defense-rule-visibility=VISIBILITY_TYPE]
|
||||
[--log-level=LOG_LEVEL]
|
||||
[--recaptcha-redirect-site-key=RECAPTCHA_REDIRECT_SITE_KEY]
|
||||
|
|
@ -31,6 +33,13 @@ FLAGS
|
|||
--enable-layer7-ddos-defense
|
||||
Whether to enable Cloud Armor Layer 7 DDoS Defense Adaptive Protection.
|
||||
|
||||
--json-custom-content-types=[CONTENT_TYPE,...]
|
||||
A comma-separated list of custom Content-Type header values to apply
|
||||
JSON parsing for preconfigured WAF rules. Only applicable when JSON
|
||||
parsing is enabled, like --json-parsing=STANDARD. When configuring a
|
||||
Content-Type header value, only the type/subtype needs to be specified,
|
||||
and the parameters should be excluded.
|
||||
|
||||
--json-parsing=JSON_PARSING
|
||||
The JSON parsing behavior for this rule. Must be one of the following
|
||||
values: [DISABLED, STANDARD]. JSON_PARSING must be one of: DISABLED,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue