firewalls
Overview
Name | firewalls |
Type | Resource |
Id | linode.instances.firewalls |
Fields
Name | Datatype | Description |
---|---|---|
id | integer | The Firewall's unique ID. |
created | string | When this Firewall was created. |
label | string | The Firewall's label, for display purposes only. Firewall labels have the following constraints: Must begin and end with an alphanumeric character. May only consist of alphanumeric characters, dashes ( - ), underscores (_ ) or periods (. ).Cannot have two dashes ( -- ), underscores (__ ) or periods (.. ) in a row.Must be between 3 and 32 characters. * Must be unique. |
rules | object | The inbound and outbound access rules to apply to the Firewall. A Firewall may have up to 25 rules across its inbound and outbound rulesets. |
status | string | The status of this Firewall. When a Firewall is first created its status is enabled .Use the Update Firewall endpoint to set a Firewall's status to enabled or disabled .* Use the Delete Firewall endpoint to delete a Firewall. |
tags | array | An array of tags applied to this object. Tags are for organizational purposes only. |
updated | string | When this Firewall was last updated. |
Methods
Name | Accessible by | Required Params |
---|---|---|
getLinodeFirewalls | SELECT | linodeId |
_getLinodeFirewalls | EXEC | linodeId |