Promote HA VPN to GA (#4115) (#309)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2020-10-15 17:32:53 -07:00 committed by GitHub
commit 3228844456
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 114 additions and 1 deletions

View file

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