Add region_backend_service portName (#3265) (#221)

* 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:
The Magician 2020-05-08 18:04:30 -04:00 committed by GitHub
commit 6fde3fe7f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 38 additions and 0 deletions

View file

@ -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.