SoftLayer_Network_Vlan_Firewall_Rule


SoftLayer_Network_Vlan_Firewall_Rule

Description

A SoftLayer_Network_Component_Firewall_Rule object type represents a currently running firewall rule and contains relative information. Use the [[SoftLayer Network Firewall Update Request]] service to submit a firewall update request. Use the [[SoftLayer Network Firewall Template]] service to pull SoftLayer recommended rule set templates.

Local


action

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


destinationIpAddress

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


destinationIpCidr

The CIDR is used for determining rule application. This value will
Type: int


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


id

The rule’s internal identifier.
Type: int


notes

The notes field for the rule.
Type: string


orderValue

The numeric value describing the order in which the rule 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


sourceIpCidr

The CIDR is used for determining rule application. This value will
Type: int


sourceIpSubnetMask

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


status

Current status of the network component firewall.
Type: string


version

Whether this rule is an IPv4 rule or an IPv6 rule. If
Type: int

Relational


networkComponentFirewall

The network component firewall that this rule belongs to.
Type: SoftLayer_Network_Component_Firewall

Count