nat
FirewallHostRtrvStruct


This structure encapsulates the necessary parameters for retrieving Firewall Host information from the network. Order of input parameters are used to query from the network as follow: siteID, residentialSubIdent, hostIpAddress, prefixLength, macAddress, firewallPolicy.


public struct FirewallHostRtrvStruct

Properties
siteId Specifies the NE to which the Firewall Host is connected. This is mandatory field.

type=string

residentialSubIdent Specifies Subscriber Identification of NAT L2 Aware Subscriber. This is mandatory field.

type=string

ipAddrPrefix Specifies the inside IP address (Prefix) of the Firewall Host. This parameter is optional.

type=InetAddress

prefixLength Specifies Firewall host IP address prefix length. This parameter is optional. This field is ignored if hostIpAddress is NOT specified.

type=int

macAddress Specifies MAC Address of the Firewall Host. This parameter is optional. This field is ignored if hostIpAddress, prefixLenth are not specified.

type=string

firewallPolicy Specifies Firewall Policy name of Firewall Host. This parameter is optional. This field is ignored if none of the above parameters are specified.

type=string