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

L2VPNSessionTransportTunnelData

L2VPN Session Transport Tunnel Data uses a peer code which has all the information to create the transport tunnel.


Properties

string as ipv4
local_address Required

IPv4 Address of local endpoint.


string as ipv4
peer_address Required

IPv4 Address of Peer endpoint on remote site.


string
peer_code Optional

Peer code represents a base64 encoded string which has all the configuration for tunnel. E.g local/peer ips and protocol, encryption algorithm, etc. Peer code also contains PSK; be careful when sharing or storing it.

JSON Example

{
	"local_address": "string",
	"peer_address": "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
Property Of

L2VPNSessionData

Feedback

Was this page helpful?