mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +00:00
gcloud: Thu Apr 6 10:23:36 UTC 2023
This commit is contained in:
parent
5fabf24be7
commit
32e56b8b99
209 changed files with 5396 additions and 561 deletions
|
|
@ -4,6 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud compute forwarding-rules update NAME [--allow-global-access]
|
||||
[--source-ip-ranges=SOURCE_IP_RANGE,[...]]
|
||||
[--update-labels=[KEY=VALUE,...]]
|
||||
[--clear-labels | --remove-labels=[KEY,...]]
|
||||
[--global | --region=REGION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -45,6 +46,11 @@ FLAGS
|
|||
forwarding rules of type INTERNAL, the target must be either a backend
|
||||
service or a target instance.
|
||||
|
||||
--source-ip-ranges=SOURCE_IP_RANGE,[...]
|
||||
List of comma-separated IP addresses or IP ranges. If set, this
|
||||
forwarding rule only forwards traffic when the packet's source IP
|
||||
address matches one of the IP ranges set here.
|
||||
|
||||
--update-labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to update. If a label exists, its value
|
||||
is modified. Otherwise, a new label is created.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue