mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-08 20:00:29 -07:00
make vpnTunnel.router into a ResourceRef
This commit is contained in:
parent
94c0e91a5a
commit
9782d6906b
2 changed files with 2 additions and 2 deletions
|
@ -199,7 +199,7 @@ RETURN = '''
|
||||||
description:
|
description:
|
||||||
- URL of router resource to be used for dynamic routing.
|
- URL of router resource to be used for dynamic routing.
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: dict
|
||||||
peer_ip:
|
peer_ip:
|
||||||
description:
|
description:
|
||||||
- IP address of the peer VPN gateway. Only IPv4 is supported.
|
- IP address of the peer VPN gateway. Only IPv4 is supported.
|
||||||
|
|
|
@ -98,7 +98,7 @@ items:
|
||||||
description:
|
description:
|
||||||
- URL of router resource to be used for dynamic routing.
|
- URL of router resource to be used for dynamic routing.
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: dict
|
||||||
peer_ip:
|
peer_ip:
|
||||||
description:
|
description:
|
||||||
- IP address of the peer VPN gateway. Only IPv4 is supported.
|
- IP address of the peer VPN gateway. Only IPv4 is supported.
|
||||||
|
|
Loading…
Add table
Reference in a new issue