[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy

L2VPNSessionData

L2VPN Session Data represents meta data necessary to create the L2VPN Session. It is represented by an array of peer code for each tunnel.


Properties

string
description Optional

Description of L2VPN Session


string
display_name Optional

Defaults to id if not set.


boolean
enabled Optional

Enable to extend all the associated segments.


transport_tunnels Optional

List of L2VPN transport tunnel data.

JSON Example

{
	"description": "string",
	"display_name": "string",
	"enabled": false,
	"transport_tunnels": [
		{
			"local_address": "string",
			"peer_address": "string",
			"peer_code": "string"
		}
	]
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vmw-nsx-module: PolicyLayer2VPN
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Parameter To

Create L2VPN Session From Peer Code

Feedback

Was this page helpful?