class

CB::FirewallRuleUpdate

Inherits CB::FirewallRuleAction / CB::APIAction / CB::Action / Reference / Object

Action for updating an existing firewall rule for a network.

Instance methods

description

The description of the rule.

Source
description=(description : String | Nil)

The description of the rule.

Source
firewall_rule_id

The ID of the firewall rule to update.

firewall_rule_id=(str : String)

The ID of the firewall rule to update.

Source
firewall_rule_id=(firewall_rule_id : String | Nil)

The ID of the firewall rule to update.

rule

The rule.

Source
rule=(rule : String | Nil)

The rule.

Source
validate
Source