1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-20 04:58:26 +00:00

gcloud: Wed Mar 15 11:22:01 UTC 2023

This commit is contained in:
Automated 2023-03-15 11:22:01 +00:00
parent 29661f002c
commit a4bd29dd06
164 changed files with 2541 additions and 844 deletions

View file

@ -136,8 +136,10 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud compute security-policies rules add-preconfig-waf-exclusion
$ gcloud alpha compute security-policies rules \
add-preconfig-waf-exclusion

View file

@ -105,8 +105,8 @@ OPTIONAL FLAGS
--conform-action=CONFORM_ACTION
Action to take when requests are under the given threshold. When
requests are throttled, this is also the action for all requests which
are not dropped. CONFORM_ACTION must be (currently only one value is
supported): allow.
are not dropped. CONFORM_ACTION must be (only one value is supported):
allow.
--description=DESCRIPTION
An optional, textual description for the rule.

View file

@ -154,8 +154,11 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud compute security-policies rules \
remove-preconfig-waf-exclusion
$ gcloud alpha compute security-policies rules \
remove-preconfig-waf-exclusion

View file

@ -94,8 +94,8 @@ FLAGS
--conform-action=CONFORM_ACTION
Action to take when requests are under the given threshold. When
requests are throttled, this is also the action for all requests which
are not dropped. CONFORM_ACTION must be (currently only one value is
supported): allow.
are not dropped. CONFORM_ACTION must be (only one value is supported):
allow.
--description=DESCRIPTION
An optional, textual description for the rule.