wlangw
ClearIsaSubnetStruct


This structure encapsulates all the necessary parameters required for clearing ISA Subnets. The siteId and svcId are required. If using any other optional parameters, either subscriberInterfaceName or ipAddress and prefix must be set.


public struct ClearIsaSubnetStruct

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

type=string

svcId Specifies the service ID of the ISA Subnet(s). This is a required input parameter.

type=long

subscriberInterfaceName Specifies the subscriber interface of the ISA Subnet(s). This is a optional input parameter.

type=string

ipAddress Specifies the IP address of the ISA Subnet(s). This is a optional input parameter.

type=InetAddress

prefix Specifies the port of the ISA Subnet(s). This is a optional input parameter.

type=long