NSX Autonomous Edge REST API

TransportTunnel (schema)

L2VPN Session Transport Tunnel

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

Name Description Type Notes
display_name Name for transport tunnel

Name for transport tunnel.
string
ipsec_session_id Transport tunnel id

Transport tunnel id. When service is in client mode,
this is read only.
string
local_address IPv4 Address of local endpoint

IPv4 Address of local endpoint. This is required when service
is in client mode.
IPv4Address
peer_address IPv4 Address of Peer endpoint

IPv4 Address of Peer endpoint on remote site. This is required
when service is in client mode.
IPv4Address
peer_code Peer code for the transport tunnel

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