make vpnTunnel.router into a ResourceRef

This commit is contained in:
Dana Hoffman 2018-09-07 00:30:58 +00:00 committed by Alex Stephen
parent 94c0e91a5a
commit 9782d6906b
2 changed files with 2 additions and 2 deletions

View file

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

View file

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