pppoe
PppSessionRetrievalStruct


This structure encapsulates all the necessary parameters required to retrieve a PPP session.


public struct PppSessionRetrievalStruct

Properties
siteId Specifies the NE. This is a required input parameter.

type=string

serviceId Specifies the service ID of PPP sessions. It is mutually exclusive with pppSessionIndex. If both are set, the value of serviceId is ignored.

type=long

pppSessionIndex Specifies the PPP session index. It is mutually exclusive with serviceId. If both are set, the value of serviceId is ignored.

type=long

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