1
0
Fork 0
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:
Automated 2023-04-06 10:23:36 +00:00
parent 5fabf24be7
commit 32e56b8b99
209 changed files with 5396 additions and 561 deletions

View file

@ -20,7 +20,8 @@ SYNOPSIS
[--load-balancing-scheme=LOAD_BALANCING_SCHEME] [--network=NETWORK]
[--network-tier=NETWORK_TIER]
[--service-directory-registration=SERVICE_DIRECTORY_REGISTRATION]
[--service-label=SERVICE_LABEL] [--subnet=SUBNET]
[--service-label=SERVICE_LABEL]
[--source-ip-ranges=SOURCE_IP_RANGE,[...]] [--subnet=SUBNET]
[--subnet-region=SUBNET_REGION]
[--target-instance-zone=TARGET_INSTANCE_ZONE]
[--target-pool-region=TARGET_POOL_REGION]
@ -280,6 +281,11 @@ OPTIONAL FLAGS
--service-label flag if the forwarding rule references an internal IP
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 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
--load-balancing-scheme=INTERNAL_MANAGED) Subnetwork that this

View file

@ -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.