wlangw
QoSRetrievalStruct


This structure encapsulates all the necessary parameters required during retrieving WLAN GW Tunnel QoS.


public struct QoSRetrievalStruct

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

type=string

routerId Specifies the routing instance ID. This is a required input parameter.

type=long

remoteAddress Specifies the remote IP Address. This is a required input parameter.

type=string

localAddress Specifies the local IP Address. This is a required input parameter.

type=string

retailServiceId Specifies the retail service ID. This is an optional input parameter. The default value is 0.

type=long

getTunnel Specifies if retrieves the associated WLAN GW Tunnel. This is an optional input parameter. The default value is false.

type=boolean

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

type=long