L2VPNTunnelEncapsulation
L2VPN tunnel encapsulation config.
Properties
string
local_endpoint_address
Optional
IP Address of the local tunnel port. This property only applies in CLIENT mode.
string
peer_endpoint_address
Optional
IP Address of the peer tunnel port. This property only applies in CLIENT mode.
string
protocol
Optional
Encapsulation protocol used by the tunnel.
Possible values are: GRE
JSON Example
{
"local_endpoint_address": "string",
"peer_endpoint_address": "string",
"protocol": "string"
}