mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-23 19:31:23 -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
|
@ -106,12 +106,14 @@ options:
|
|||
type: str
|
||||
load_balancing_scheme:
|
||||
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) .'
|
||||
- 'Some valid choices include: "INTERNAL", "EXTERNAL"'
|
||||
- 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.
|
||||
- 'Some valid choices include: "EXTERNAL", "INTERNAL", "INTERNAL_MANAGED"'
|
||||
required: false
|
||||
type: str
|
||||
name:
|
||||
|
@ -372,11 +374,13 @@ ipVersion:
|
|||
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