SoftLayer_Network_Firewall_Template_Rule


SoftLayer_Network_Firewall_Template_Rule

Description

The SoftLayer_Network_Component_Firewall_Rule type contains general information relating to a single SoftLayer firewall template rule. Use the [[SoftLayer Network Component Firewall]] service to view current rules. Use the [[SoftLayer Network Firewall Update Request]] service to submit a firewall update request.

Local


action

The action that this template rule is to take [permit or deny].
Type: string


destinationIpAddress

The destination IP address considered for determining rule application.
Type: string


destinationIpSubnetMask

The destination IP subnet mask considered for determining rule application.
Type: string


destinationPortRangeEnd

The ending (upper end of range) destination port considered for determining rule application.
Type: int


destinationPortRangeStart

The starting (lower end of range) destination port considered for determining rule application.
Type: int


firewallTemplateId

The unique identifier of the firewall template that a firewall template rule is associated with.
Type: int


id

A Firewall template rule’s internal identifier.
Type: int


notes

The notes field for the firewall template rule.
Type: string


orderValue

The numeric value describing the order in which the rule set should be applied.
Type: int


protocol

The protocol considered for determining rule application.
Type: string


sourceIpAddress

The source IP address considered for determining rule application.
Type: string


sourceIpSubnetMask

The source IP subnet mask considered for determining rule application.
Type: string

Relational


firewallTemplate

The firewall template that this rule is attached to.
Type: SoftLayer_Network_Firewall_Template

Count