Description
the FirewallRule class contains an individual firewall rule within a FirewallTemplate
Derived By
Restricting anyType
Content Model
Contains elements as defined in the following table.
Component |
Type |
Occurs |
Description |
---|---|---|---|
action |
0..1 |
the firewall action |
|
connState |
0..1 |
the connection state |
|
icmpParam |
0..1 |
the ICMP type |
|
ipAddress |
string |
0..1 |
the remote IP address |
ipCIDRMask |
int |
1..1 |
the remote IP address mask |
localPort |
int |
1..1 |
the local port (i.e. the port on the server) |
name |
string |
0..1 |
the name of the rule within the FirewallTemplate |
protocol |
0..1 |
the IP protocol being filtered |
|
remotePort |
int |
1..1 |
the remote port (i.e. the port on the other end of the connection) |