aapolicy
DbInfoTransitSubscriberRetrievalStruct


This structure encapsulates the necessary parameters for retrieving Residential Subscriber Instance information from the network.


public struct DbInfoTransitSubscriberRetrievalStruct

Properties
siteId Network Element site IP address.

type=string

isaGrpPartIndex The ISA-AA Group Partition Index.

type=long

subName Transit subscriber name.

type=string

transitIpPlcyId Transit Ip address policy Id.

type=long

transitPrefixPlcyId Transit prefix address policy Id.

type=long

includeChildren Indicator on whether the information on children objects is requested: true - children information is requested false - children information is not required to be retrieved Note: Only one of transitIpPlcyId or transitPrefixPlcyId can be a non-zero value if includeChildren is true. If both values passed are non-zero, an error will be thrown. If includeChildren is false, transitIpPlcyId and transitPrefixPlcyId are both 0.

type=boolean