mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-06-03 23:49:10 -07:00
Add L7 ILB fields to RegionBackendService (#38)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
66474a3916
commit
1430a27759
7 changed files with 529 additions and 238 deletions
|
@ -178,11 +178,13 @@ resources:
|
|||
type: str
|
||||
loadBalancingScheme:
|
||||
description:
|
||||
- 'This signifies what the ForwardingRule will be used for and can only take
|
||||
the following values: INTERNAL, EXTERNAL The value of INTERNAL means that
|
||||
this will be used for Internal Network Load Balancing (TCP, UDP). The value
|
||||
of EXTERNAL means that this will be used for External Load Balancing (HTTP(S)
|
||||
LB, External TCP/UDP LB, SSL Proxy) .'
|
||||
- This signifies what the ForwardingRule will be used for and can be EXTERNAL,
|
||||
INTERNAL, or INTERNAL_MANAGED. EXTERNAL is used for Classic Cloud VPN gateways,
|
||||
protocol forwarding to VMs from an external IP address, and HTTP(S), SSL Proxy,
|
||||
TCP Proxy, and Network TCP/UDP load balancers.
|
||||
- INTERNAL is used for protocol forwarding to VMs from an internal IP address,
|
||||
and internal TCP/UDP load balancers.
|
||||
- INTERNAL_MANAGED is used for internal HTTP(S) load balancers.
|
||||
returned: success
|
||||
type: str
|
||||
name:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue