mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-22 07:40:10 +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
|
|
@ -6,6 +6,7 @@ SYNOPSIS
|
|||
gcloud alpha compute security-policies update NAME
|
||||
[--ddos-protection=DDOS_PROTECTION] [--description=DESCRIPTION]
|
||||
[--enable-layer7-ddos-defense] [--enable-ml]
|
||||
[--json-custom-content-types=[CONTENT_TYPE,...]]
|
||||
[--json-parsing=JSON_PARSING]
|
||||
[--layer7-ddos-defense-auto-deploy-confidence-threshold=LAYER7_DDOS_DEFENSE_AUTO_DEPLOY_CONFIDENCE_THRESHOLD]
|
||||
[--layer7-ddos-defense-auto-deploy-expiration-sec=LAYER7_DDOS_DEFENSE_AUTO_DEPLOY_EXPIRATION_SEC]
|
||||
|
|
@ -45,6 +46,13 @@ FLAGS
|
|||
--enable-ml
|
||||
Whether to enable Cloud Armor 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