L2VPNSessionPeerConfigNsxT

L2VPNSessionPeerConfigNsxT
L2VPNSessionPeerConfigNsxT

L2VPNSessionPeerCodes represents an array of peer code for each tunnel. The peer code is necessary to configure the remote end of the tunnel. Currently only stand-along/unmanaged edge is supported on the remote end of the tunnel.

AllOf
JSON Example
{
    "alarm": {
        "error_details": {
            "related_errors": [
                {
                    "details": "string",
                    "error_code": 0,
                    "error_message": "string",
                    "module_name": "string"
                }
            ]
        },
        "error_id": "string",
        "message": "string"
    },
    "enforcement_point_path": "string",
    "resource_type": "string",
    "peer_codes": [
        {
            "peer_code": "string",
            "transport_tunnel_path": "string"
        }
    ]
}