mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-21 14:39:15 +00:00
gcloud: Mon Oct 23 11:10:08 UTC 2023
This commit is contained in:
parent
c30bb7b4ce
commit
a15665661a
123 changed files with 3724 additions and 306 deletions
|
|
@ -19,6 +19,7 @@ SYNOPSIS
|
|||
[--rate-limit-threshold-count=RATE_LIMIT_THRESHOLD_COUNT]
|
||||
[--rate-limit-threshold-interval-sec=RATE_LIMIT_THRESHOLD_INTERVAL_SEC]
|
||||
[--redirect-target=REDIRECT_TARGET] [--redirect-type=REDIRECT_TYPE]
|
||||
[--region=REGION]
|
||||
[--request-headers-to-add=[REQUEST_HEADERS_TO_ADD,...]]
|
||||
[--security-policy=SECURITY_POLICY]
|
||||
[--expression=EXPRESSION | --src-ip-ranges=[SRC_IP_RANGE,...]]
|
||||
|
|
@ -190,6 +191,17 @@ FLAGS
|
|||
while --redirect-target is given. REDIRECT_TYPE must be one of:
|
||||
google-recaptcha, external-302.
|
||||
|
||||
--region=REGION
|
||||
Region of the security policy to update. If not specified, you might be
|
||||
prompted to select a region (interactive mode only).
|
||||
|
||||
A list of regions can be fetched by running:
|
||||
|
||||
$ gcloud compute regions list
|
||||
|
||||
Overrides the default compute/region property value for this command
|
||||
invocation.
|
||||
|
||||
--request-headers-to-add=[REQUEST_HEADERS_TO_ADD,...]
|
||||
A comma-separated list of header names and header values to add to
|
||||
requests that match this rule.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue