nsxl2vpn

nsxl2vpn
nsxl2vpn

L2 VPN server configuration.

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

Listener IP addresses.

boolean
enabled
Optional

Enabled state of L2 VPN service.

sites
Required

L2 VPN sites.