nsxl2vpn

nsxl2vpn
nsxl2vpn

L2 VPN server configuration.

JSON Example
{
    "listenerIps": [
        "string"
    ],
    "sites": {
        "sites": [
            {
                "password": "string",
                "secureTraffic": false,
                "name": "string",
                "siteId": "string",
                "description": "string",
                "userId": "string"
            }
        ]
    },
    "enabled": false
}
array of string
listenerIps
Required

Listener IP addresses.

sites
Required

sites

boolean
enabled
Optional

Enabled state of L2 VPN service.