mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-13 08:27:05 +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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue