l2tp
L2TPEthernetSessionStruct


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


public struct L2TPEthernetSessionStruct

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

groupName Specifies Tunnel Group name of a Layer Two Tunneling Protocol ethernet tunnel..

type=string

vcId Specifies the Virtual Circuit Id of a Layer Two Tunneling Protocol ethernet tunnel.

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