SoftLayer Network Component Firewall (type)

From SoftLayer Development Network Wiki

Jump to: navigation, search

This page refers to the SoftLayer_Network_Component_Firewall data type. For information on the SoftLayer_Network_Component_Firewall service please see SoftLayer_Network_Component_Firewall.

Contents

Overview

The SoftLayer_Network_Component_Firewall data type contains general information relating to a single SoftLayer network component firewall. This is the object which ties the running rules to a specific downstream server. Use the SoftLayer Network Firewall Template service to pull SoftLayer recommended rule set templates. Use the SoftLayer Network Firewall Update Request service to submit a firewall update request.

User Access

Users wishing to access the SoftLayer_Network_Component_Firewall type must have the Hardware Firewall permission assigned to their account.

Warning! Even though our API is object based, XML-RPC can only return data as array values. The SOAP implementation treats data as object properties.

Local Properties

id

Unique ID for the network component firewall.

  • Type: integer
  • Permission: Hardware Firewall



networkComponentId

Unique ID for the network component of the switch interface that this network component firewall is attached to.

  • Type: integer
  • Length: 10 digits
  • Permission: Hardware Firewall



status

Current status of the network component firewall.

  • Type: string
  • Length: 20 characters
  • Permission: Hardware Firewall


Relational Properties

networkComponent

The network component of the switch interface that this network component firewall belongs to.
networkComponent can be queried by object mask.
networkComponent must be a unique value.



networkFirewallUpdateRequest

The update requests made for this firewall.
networkFirewallUpdateRequest can be queried by object mask.



rules

The currently running rule set of this network component firewall.
rules can be queried by object mask.



subnets

The additional subnets linked to this network component firewall.
subnets can be queried by object mask.


Count Properties

networkFirewallUpdateRequestCount

A count of the update requests made for this firewall.
networkFirewallUpdateRequestCount must be a unique value.

  • Type: unsigned long



ruleCount

A count of the currently running rule set of this network component firewall.
ruleCount must be a unique value.

  • Type: unsigned long



subnetCount

A count of the additional subnets linked to this network component firewall.
subnetCount must be a unique value.

  • Type: unsigned long

External Links

Personal tools