SoftLayer_Network_Component_Firewall


SoftLayer_Network_Component_Firewall

Description

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.

Local


guestNetworkComponentId

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


id

Unique ID for the network component firewall.
Type: int


networkComponentId

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


status

Current status of the network component firewall. Status “no_edit” means this host is not protected by a hardware firewall. Status “allow_edit” means this host is protected by a hardware firewall and processing firewall rules. Status “bypass” means this host is provisioned behind a hardware firewall, but bypassing the firewall rules.
Type: string

Relational


applyServerRuleSubnets

The additional subnets linked to this network component firewall, that inherit rules from the host that the context slot is attached to.
Type: SoftLayer_Network_Subnet[]


billingItem

The billing item for a Hardware Firewall (Dedicated).
Type: SoftLayer_Billing_Item


guestNetworkComponent

The network component of the guest virtual server that this network component firewall belongs to.
Type: SoftLayer_Virtual_Guest_Network_Component


networkComponent

The network component of the switch interface that this network component firewall belongs to.
Type: SoftLayer_Network_Component


networkFirewallUpdateRequest

The update requests made for this firewall.
Type: SoftLayer_Network_Firewall_Update_Request[]


rules

The currently running rule set of this network component firewall.
Type: SoftLayer_Network_Component_Firewall_Rule[]


subnets

The additional subnets linked to this network component firewall.
Type: SoftLayer_Network_Subnet[]

Count


applyServerRuleSubnetCount

A count of the additional subnets linked to this network component firewall, that inherit rules from the host that the context slot is attached to.
Type: unsignedLong


networkFirewallUpdateRequestCount

A count of the update requests made for this firewall.
Type: unsignedLong


ruleCount

A count of the currently running rule set of this network component firewall.
Type: unsignedLong


subnetCount

A count of the additional subnets linked to this network component firewall.
Type: unsignedLong