Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.75 KB

VpnConnection.md

File metadata and controls

24 lines (16 loc) · 1.75 KB

VpnConnection

Information about a VPN connection.

Properties

Name Type Description Notes
clientGatewayConfiguration String Example configuration for the client gateway. [optional]
clientGatewayId String The ID of the client gateway used on the client end of the connection. [optional]
connectionType String The type of VPN connection (always `ipsec.1`). [optional]
routes List<RouteLight> Information about one or more static routes associated with the VPN connection, if any. [optional]
state String The state of the VPN connection (`pending` | `available` | `deleting` | `deleted`). [optional]
staticRoutesOnly Boolean If false, the VPN connection uses dynamic routing with Border Gateway Protocol (BGP). If true, routing is controlled using static routes. For more information about how to create and delete static routes, see CreateVpnConnectionRoute and DeleteVpnConnectionRoute. [optional]
tags List<ResourceTag> One or more tags associated with the VPN connection. [optional]
vgwTelemetries List<VgwTelemetry> Information about the current state of one or more of the VPN tunnels. [optional]
virtualGatewayId String The ID of the virtual gateway used on the OUTSCALE end of the connection. [optional]
vpnConnectionId String The ID of the VPN connection. [optional]
vpnOptions VpnOptions [optional]