mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-22 15:52:30 +00:00
gcloud: Wed Jul 20 08:59:31 UTC 2022
This commit is contained in:
parent
879929cbc6
commit
380c3aa29f
83 changed files with 1945 additions and 446 deletions
|
|
@ -6,6 +6,10 @@ SYNOPSIS
|
|||
gcloud beta compute security-policies update NAME
|
||||
[--description=DESCRIPTION] [--enable-layer7-ddos-defense]
|
||||
[--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]
|
||||
[--layer7-ddos-defense-auto-deploy-impacted-baseline-threshold=LAYER7_DDOS_DEFENSE_AUTO_DEPLOY_IMPACTED_BASELINE_THRESHOLD]
|
||||
[--layer7-ddos-defense-auto-deploy-load-threshold=LAYER7_DDOS_DEFENSE_AUTO_DEPLOY_LOAD_THRESHOLD]
|
||||
[--layer7-ddos-defense-rule-visibility=VISIBILITY_TYPE]
|
||||
[--log-level=LOG_LEVEL]
|
||||
[--network-ddos-protection=NETWORK_DDOS_PROTECTION]
|
||||
|
|
@ -38,6 +42,21 @@ FLAGS
|
|||
values: [DISABLED, STANDARD]. JSON_PARSING must be one of: DISABLED,
|
||||
STANDARD.
|
||||
|
||||
--layer7-ddos-defense-auto-deploy-confidence-threshold=LAYER7_DDOS_DEFENSE_AUTO_DEPLOY_CONFIDENCE_THRESHOLD
|
||||
Confidence threshold above which Adaptive Protection's auto-deploy
|
||||
takes actions
|
||||
|
||||
--layer7-ddos-defense-auto-deploy-expiration-sec=LAYER7_DDOS_DEFENSE_AUTO_DEPLOY_EXPIRATION_SEC
|
||||
Duration over which Adaptive Protection's auto-deployed actions last
|
||||
|
||||
--layer7-ddos-defense-auto-deploy-impacted-baseline-threshold=LAYER7_DDOS_DEFENSE_AUTO_DEPLOY_IMPACTED_BASELINE_THRESHOLD
|
||||
Impacted baseline threshold below which Adaptive Protection's
|
||||
auto-deploy takes actions
|
||||
|
||||
--layer7-ddos-defense-auto-deploy-load-threshold=LAYER7_DDOS_DEFENSE_AUTO_DEPLOY_LOAD_THRESHOLD
|
||||
Load threshold above which Adaptive Protection's auto-deploy takes
|
||||
actions
|
||||
|
||||
--layer7-ddos-defense-rule-visibility=VISIBILITY_TYPE
|
||||
The visibility type indicates whether the rules are opaque or
|
||||
transparent. VISIBILITY_TYPE must be one of: STANDARD, PREMIUM.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue