ressubscr
RetrievingSlaProfileInstStruct


This structure encapsulates all the parameters required to retrieve SLA Profile instances. The siteID and subscrIdent are mandatory; other parameters are optional.


public struct RetrievingSlaProfileInstStruct

Properties
siteId Specifies the NE where the SLA Profile instance(s) is located.

type=string

subscrIdent Specifies the subscriber ID of the SLA Profile instance(s).

type=string

portName Specifies the port or channel name of the access port of the SLA Profile Instance SAP. This is an optional input parameter.

type=string

innerEncap Specifies the SAP inner encapsulation (or VCI) of the SLA Profile Instance(s). This is an optional input parameter.

type=long

outerEncap Specifies the SAP outer encapsulation (or VPI) of the SLA Profile Instance(s). This is an optional input parameter.

type=long

slaProfileName Specifies the SLA Profile Instance. This is an optional input parameter.

type=string

spiGroupType Specifies the SLA Profile Instance Group type. This is an optional input parameter.

type=ressubscr.SpiGroupType

spiGroupId Specifies the SLA Profile Instance Group identifier. This is an optional input parameter.

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.

type=long