mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-25 22:30:29 -07:00
* Add region_backend_service portName * add port_name attribute to test cases * add update from http to https for ilbUpdates Co-authored-by: cynful <cynful@users.noreply.github.com> Signed-off-by: Modular Magician <magic-modules@google.com> Co-authored-by: cynful <cynful@users.noreply.github.com>
This commit is contained in:
parent
67df55d8fc
commit
6fde3fe7f9
2 changed files with 38 additions and 0 deletions
|
@ -584,6 +584,18 @@ resources:
|
|||
desired factor is 1.9, the runtime value should be 1900. Defaults to 1900.'
|
||||
returned: success
|
||||
type: int
|
||||
portName:
|
||||
description:
|
||||
- A named port on a backend instance group representing the port for communication
|
||||
to the backend VMs in that group. Required when the loadBalancingScheme is
|
||||
EXTERNAL, INTERNAL_MANAGED, or INTERNAL_SELF_MANAGED and the backends are
|
||||
instance groups. The named port must be defined on each backend instance group.
|
||||
This parameter has no meaning if the backends are NEGs. API sets a default
|
||||
of "http" if not given.
|
||||
- Must be omitted when the loadBalancingScheme is INTERNAL (Internal TCP/UDP
|
||||
Load Balancing).
|
||||
returned: success
|
||||
type: str
|
||||
protocol:
|
||||
description:
|
||||
- The protocol this RegionBackendService uses to communicate with backends.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue