[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
L2VPNSessionTransportTunnelPeerCode
L2VPN transport tunnel peer code.
Properties
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.
string
transport_tunnel_path
Optional
Policy Path referencing the transport tunnel.
JSON Example
{
"peer_code": "string",
"transport_tunnel_path": "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
InlineL2VPNSessionPeerConfigNsxT1