InlineL2VpnService1

InlineL2VpnService1
InlineL2VpnService1
JSON Example
{
    "enable_full_mesh": false,
    "enable_hub": false,
    "logical_router_id": "string",
    "logical_tap_ip_pool": [
        "string"
    ],
    "mode": "string"
}
boolean
enable_full_mesh
Optional

Full mesh topology auto disables traffic replication between connected peers. However, this property is deprecated. Please refer enable_hub property instead to control client to client forwarding via the server. The value of enable_full_mesh will not be used anymore. If enable_hub is not provided explicitly, the default value of it will be used.

boolean
enable_hub
Optional

This property only applies in SERVER mode. If set to true, traffic from any client will be replicated to all other clients. If set to false, traffic received from clients is only replicated to the local VPN endpoint.

string
logical_router_id
Required

Logical router id

array of string
logical_tap_ip_pool
Optional

IP Pool to allocate local and peer endpoint IPs for L2VpnSession logical Tap.

string
mode
Optional
Constraints: default: SERVER

Specify an L2VPN service mode as SERVER or CLIENT. L2VPN service in SERVER mode requires user to configure L2VPN session explicitly. L2VPN service in CLIENT mode can use peercode generated from SERVER to configure L2VPN session.

Possible values are : SERVER, CLIENT,