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
|
|
@ -288,9 +288,9 @@ OPTIONAL FLAGS
|
|||
address that has the --purpose=SHARED_LOADBALANCER_VIP flag set.
|
||||
|
||||
--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
|
||||
address falls into one of the IP ranges set here.
|
||||
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.
|
||||
|
||||
--subnet=SUBNET
|
||||
(Only for --load-balancing-scheme=INTERNAL and
|
||||
|
|
|
|||
|
|
@ -53,9 +53,9 @@ FLAGS
|
|||
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
|
||||
address falls into one of the IP ranges set here.
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue