Skip to main content

firewalls_rules

Overview

Namefirewalls_rules
TypeResource
Idlinode.networking.firewalls_rules

Fields

NameDatatypeDescription
outboundarrayThe outbound rules for the firewall, as a JSON array.
outbound_policystringThe default behavior for outbound traffic. This setting can be overridden by updating the outbound.action property of the Firewall Rule.
inboundarrayThe inbound rules for the firewall, as a JSON array.
inbound_policystringThe default behavior for inbound traffic. This setting can be overridden by updating the inbound.action property of the Firewall Rule.

Methods

NameAccessible byRequired ParamsDescription
getFirewallRulesSELECTfirewallIdReturns the inbound and outbound Rules for a Firewall.
_getFirewallRulesEXECfirewallIdReturns the inbound and outbound Rules for a Firewall.
updateFirewallRulesEXECfirewallIdUpdates the inbound and outbound Rules for a Firewall.

Note: This command replaces all of a Firewall's inbound and/or outbound rulesets with the values specified in your request.