Namespace: firewall

firewall

Methods for interacting with the firewall endpoints
https://www.vultr.com/api/#tag/firewall
Source:

Methods

createGroup()

Source:

createRules()

Create new rules in the specified firewall group.
https://www.vultr.com/api/#operation/post-firewalls-firewall-group-id-rules
Source:

deleteGroup()

Delete the specified firewall group.
https://www.vultr.com/api/#operation/delete-firewall-group
Source:

deleteRule()

Delete the specified rule in the specified firewall group.
https://www.vultr.com/api/#operation/delete-firewall-group-rule
Source:

getGroup()

Get info about the specified firewall group.
https://www.vultr.com/api/#operation/get-firewall-group
Source:

getRule()

Get the specified rule from the specified firewall group.
https://www.vultr.com/api/#operation/get-firewall-group-rule
Source:

listGroups()

Source:

listRules()

List all rules for the specified firewall group.
https://www.vultr.com/api/#operation/list-firewall-group-rules
Source:

updateGroup()

Update the specified firewall group with a new description.
https://www.vultr.com/api/#operation/update-firewall-group
Source: