Bug fixes for GCP modules (#64485)
This commit is contained in:
parent
45a5067c98
commit
f80653fcff
3 changed files with 23 additions and 17 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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -103,7 +103,7 @@ options:
|
|||
Global HTTP(S) LB. The value of EXTERNAL means that this will be used for External
|
||||
Global Load Balancing (HTTP(S) LB, External TCP/UDP LB, SSL Proxy) NOTE: Currently
|
||||
global forwarding rules cannot be used for INTERNAL load balancing.'
|
||||
- 'Some valid choices include: "INTERNAL_SELF_MANAGED", "EXTERNAL"'
|
||||
- 'Some valid choices include: "EXTERNAL", "INTERNAL_SELF_MANAGED"'
|
||||
required: false
|
||||
default: EXTERNAL
|
||||
type: str
|
||||
|
|
Loading…
Reference in a new issue