mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-03 12:44:29 -07:00
Mark Forwarding Rule allPorts as GA (#219)
<!-- This change is generated by MagicModules. --> /cc @rileykarson
This commit is contained in:
parent
84ecdd1802
commit
943aee3482
2 changed files with 25 additions and 0 deletions
|
@ -202,6 +202,13 @@ items:
|
|||
- This field is not used for internal load balancing.
|
||||
returned: success
|
||||
type: str
|
||||
allPorts:
|
||||
description:
|
||||
- When the load balancing scheme is INTERNAL and protocol is TCP/UDP, omit `port`/`port_range`
|
||||
and specify this field as `true` to allow packets addressed to any ports to
|
||||
be forwarded to the backends configured with this forwarding rule.
|
||||
returned: success
|
||||
type: bool
|
||||
networkTier:
|
||||
description:
|
||||
- 'The networking tier used for configuring this address. This field can take
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue