ressubscr
RetrievingVirtualSubnetStruct


This structure encapsulates all the parameters required to retrieve subscriber virtual subnets. The siteID and serviceId are mandatory; other parameters are optional.


public struct RetrievingVirtualSubnetStruct

Properties
siteId Specifies the Network Element for which to retrieve subscriber virtual subnets. This is a mandatory input parameter.

type=string

serviceId Specifies the ID of the service from which the virtual subnets should be retrieved. This is a mandatory parameter.

type=long

subscrIdent Specifies the subscriber ID of which subscriber the virtual subnets should be retrieved. This is an optional parameter

type=string

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