1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-21 06:27:15 +00:00

gcloud: Wed Aug 17 09:22:03 UTC 2022

This commit is contained in:
Automated 2022-08-17 09:22:03 +00:00
parent fa820bfa8d
commit c614d893da
Failed to extract signature
183 changed files with 3129 additions and 270 deletions

View file

@ -25,13 +25,12 @@ DESCRIPTION
(BETA) gcloud beta compute security-policies rules update is used to update
security policy rules.
For example to update the description and IP ranges of a rule at priority
1000, run:
EXAMPLES
To update the description and IP ranges of a rule at priority 1000, run:
$ gcloud beta compute security-policies rules update 1000 \
--security-policy my-policy \
--description "block 1.2.3.4/32" \
--src-ip-ranges 1.2.3.4/32
--security-policy=my-policy --description="block 1.2.3.4/32" \
--src-ip-ranges=1.2.3.4/32
POSITIONAL ARGUMENTS
PRIORITY
@ -55,10 +54,6 @@ FLAGS
deny-502
Denies the request from HTTP(S) Load Balancing, with an HTTP
response status code of 503.
fairshare
When traffic reaches the threshold limit, requests from the clients
matching this rule begin to be rate-limited using the Fair Share
algorithm.
rate-based-ban
Enforces rate-based ban action from HTTP(S) Load Balancing, based
on rate limit options.