mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-29 08:01:31 -07:00
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
516eda181a
commit
3228844456
3 changed files with 114 additions and 1 deletions
|
@ -149,6 +149,34 @@ resources:
|
|||
- URL of the Target VPN gateway with which this VPN tunnel is associated.
|
||||
returned: success
|
||||
type: dict
|
||||
vpnGateway:
|
||||
description:
|
||||
- URL of the VPN gateway with which this VPN tunnel is associated.
|
||||
- This must be used if a High Availability VPN gateway resource is created.
|
||||
returned: success
|
||||
type: dict
|
||||
vpnGatewayInterface:
|
||||
description:
|
||||
- The interface ID of the VPN gateway with which this VPN tunnel is associated.
|
||||
returned: success
|
||||
type: int
|
||||
peerExternalGateway:
|
||||
description:
|
||||
- URL of the peer side external VPN gateway to which this VPN tunnel is connected.
|
||||
returned: success
|
||||
type: dict
|
||||
peerExternalGatewayInterface:
|
||||
description:
|
||||
- The interface ID of the external VPN gateway to which this VPN tunnel is connected.
|
||||
returned: success
|
||||
type: int
|
||||
peerGcpGateway:
|
||||
description:
|
||||
- URL of the peer side HA GCP VPN gateway to which this VPN tunnel is connected.
|
||||
- If provided, the VPN tunnel will automatically use the same vpn_gateway_interface
|
||||
ID in the peer GCP VPN gateway.
|
||||
returned: success
|
||||
type: dict
|
||||
router:
|
||||
description:
|
||||
- URL of router resource to be used for dynamic routing.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue