EdgeIpSecVpnTunnels

EdgeIpSecVpnTunnels
EdgeIpSecVpnTunnels

List of configured IPSec VPN tunnels.

AllOf
This class requires all of the following:
JSON Example
{
    "values": [
        {
            "id": "string",
            "name": "string",
            "description": "string",
            "enabled": false,
            "localEndpoint": {
                "localId": "string",
                "localAddress": "string",
                "localNetworks": [
                    "string"
                ]
            },
            "remoteEndpoint": {
                "remoteId": "string",
                "remoteAddress": "string",
                "remoteNetworks": [
                    "string"
                ]
            },
            "authenticationMode": "string",
            "preSharedKey": "string",
            "certificateRef": {
                "name": "string",
                "id": "string"
            },
            "caCertificateRef": {
                "name": "string",
                "id": "string"
            },
            "securityType": "string",
            "logging": false,
            "version": {
                "version": 0
            }
        }
    ]
}
Availability
Added in 33.0