l2tp
SessionStruct


This structure encapsulates all the necessary parameters required during retrieving L2TP sessions.


public struct SessionStruct

Properties
siteId Specifies the NE of the session(s). This is a required input parameter.

type=string

routerId Specifies the routing instance Id of the session(s). This is a required input parameter.

type=long

connectionId Specifies the session connection ID. This is an optional input parameter.

type=long

filter Specifies the filter applied to the result. This is an optional input parameter. By default the filter is empty

type=FilterHolder

timeout The number of milliseconds to wait before receiving the results. If no results are received in the given time, the method returns. This is an optional input parameter. The default value is 5 minutes (300000).

type=long