mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-26 06:31:32 -07:00
Allow target to accept other resource types (#134)
Signed-off-by: Modular Magician <magic-modules@google.com> Co-authored-by: Ty Larrabee <tysen@google.com>
This commit is contained in:
parent
dd1aefed8d
commit
9d30baeec9
4 changed files with 20 additions and 21 deletions
|
@ -235,12 +235,11 @@ resources:
|
|||
type: dict
|
||||
target:
|
||||
description:
|
||||
- This field is only used for EXTERNAL load balancing.
|
||||
- A reference to a TargetPool resource to receive the matched traffic.
|
||||
- This target must live in the same region as the forwarding rule.
|
||||
- The URL of the target resource to receive the matched traffic.
|
||||
- The target must live in the same region as the forwarding rule.
|
||||
- The forwarded traffic must be of a type appropriate to the target object.
|
||||
returned: success
|
||||
type: dict
|
||||
type: str
|
||||
allPorts:
|
||||
description:
|
||||
- For internal TCP/UDP load balancing (i.e. load balancing scheme is INTERNAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue