mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Apr 27 09:13:09 UTC 2022
This commit is contained in:
parent
72862dfe28
commit
532fac5ddb
131 changed files with 1510 additions and 390 deletions
|
|
@ -4,7 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha compute forwarding-rules update NAME [--allow-global-access]
|
||||
[--network-tier=NETWORK_TIER]
|
||||
[--allow-psc-global-access] [--network-tier=NETWORK_TIER]
|
||||
[--source-ip-ranges=SOURCE_IP_RANGE,[...]]
|
||||
[--update-labels=[KEY=VALUE,...]]
|
||||
[--clear-labels | --remove-labels=[KEY,...]]
|
||||
|
|
@ -47,6 +47,12 @@ FLAGS
|
|||
the LOAD_BALANCING_SCHEME set to INTERNAL and the target must be either
|
||||
a backend service or a target instance.
|
||||
|
||||
--allow-psc-global-access
|
||||
If specified, then 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).
|
||||
|
||||
--network-tier=NETWORK_TIER
|
||||
Update the network tier of a forwarding rule. It does not allow to
|
||||
change from PREMIUM to STANDARD and visa versa.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue