Bug fixes for GCP modules (#64485)

pull/64484/merge
The Magician 6 years ago committed by ansibot
parent 45a5067c98
commit f80653fcff

@ -106,12 +106,14 @@ options:
type: str type: str
load_balancing_scheme: load_balancing_scheme:
description: description:
- 'This signifies what the ForwardingRule will be used for and can only take the - This signifies what the ForwardingRule will be used for and can be EXTERNAL,
following values: INTERNAL, EXTERNAL The value of INTERNAL means that this will INTERNAL, or INTERNAL_MANAGED. EXTERNAL is used for Classic Cloud VPN gateways,
be used for Internal Network Load Balancing (TCP, UDP). The value of EXTERNAL protocol forwarding to VMs from an external IP address, and HTTP(S), SSL Proxy,
means that this will be used for External Load Balancing (HTTP(S) LB, External TCP Proxy, and Network TCP/UDP load balancers.
TCP/UDP LB, SSL Proxy) .' - INTERNAL is used for protocol forwarding to VMs from an internal IP address,
- 'Some valid choices include: "INTERNAL", "EXTERNAL"' 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 required: false
type: str type: str
name: name:
@ -372,11 +374,13 @@ ipVersion:
type: str type: str
loadBalancingScheme: loadBalancingScheme:
description: description:
- 'This signifies what the ForwardingRule will be used for and can only take the - This signifies what the ForwardingRule will be used for and can be EXTERNAL, INTERNAL,
following values: INTERNAL, EXTERNAL The value of INTERNAL means that this will or INTERNAL_MANAGED. EXTERNAL is used for Classic Cloud VPN gateways, protocol
be used for Internal Network Load Balancing (TCP, UDP). The value of EXTERNAL forwarding to VMs from an external IP address, and HTTP(S), SSL Proxy, TCP Proxy,
means that this will be used for External Load Balancing (HTTP(S) LB, External and Network TCP/UDP load balancers.
TCP/UDP LB, SSL Proxy) .' - 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 returned: success
type: str type: str
name: name:

@ -178,11 +178,13 @@ resources:
type: str type: str
loadBalancingScheme: loadBalancingScheme:
description: description:
- 'This signifies what the ForwardingRule will be used for and can only take - This signifies what the ForwardingRule will be used for and can be EXTERNAL,
the following values: INTERNAL, EXTERNAL The value of INTERNAL means that INTERNAL, or INTERNAL_MANAGED. EXTERNAL is used for Classic Cloud VPN gateways,
this will be used for Internal Network Load Balancing (TCP, UDP). The value protocol forwarding to VMs from an external IP address, and HTTP(S), SSL Proxy,
of EXTERNAL means that this will be used for External Load Balancing (HTTP(S) TCP Proxy, and Network TCP/UDP load balancers.
LB, External TCP/UDP LB, SSL Proxy) .' - 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 returned: success
type: str type: str
name: name:

@ -103,7 +103,7 @@ options:
Global HTTP(S) LB. The value of EXTERNAL means that this will be used for External 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 Load Balancing (HTTP(S) LB, External TCP/UDP LB, SSL Proxy) NOTE: Currently
global forwarding rules cannot be used for INTERNAL load balancing.' 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 required: false
default: EXTERNAL default: EXTERNAL
type: str type: str

Loading…
Cancel
Save