mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Feb 1 11:38:52 UTC 2023
This commit is contained in:
parent
6dc17bdd4a
commit
fc11b54760
173 changed files with 5650 additions and 253 deletions
|
|
@ -4,7 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta compute forwarding-rules update NAME [--allow-global-access]
|
||||
[--source-ip-ranges=SOURCE_IP_RANGE,[...]]
|
||||
[--allow-psc-global-access] [--source-ip-ranges=SOURCE_IP_RANGE,[...]]
|
||||
[--update-labels=[KEY=VALUE,...]]
|
||||
[--clear-labels | --remove-labels=[KEY,...]]
|
||||
[--global | --region=REGION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -47,6 +47,11 @@ FLAGS
|
|||
forwarding rules of type INTERNAL, the target must be either a backend
|
||||
service or a target instance.
|
||||
|
||||
--allow-psc-global-access
|
||||
If specified, clients from all regions can access this Private Service
|
||||
Connect forwarding rule. This can only be specified if the forwarding
|
||||
rule's target is a service attachment (--target-service-attachment).
|
||||
|
||||
--source-ip-ranges=SOURCE_IP_RANGE,[...]
|
||||
List of comma-separated IP addresses or IP ranges. If not empty, this
|
||||
Forwarding Rule will only forward the traffic when the source IP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue