class CB::FirewallRuleRemove
Overview
Action for removing a firewall rule from a network
Defined in:
cb/firewall_rule.crInstance Method Summary
-
#firewall_rule_id : String | Nil
The ID of the firewall rule to remove.
-
#firewall_rule_id=(str : String)
The ID of the firewall rule to remove.
-
#firewall_rule_id=(firewall_rule_id : String | Nil)
The ID of the firewall rule to remove.
- #run
- #validate
Instance methods inherited from class CB::FirewallRuleAction
display(firewall_rules : Array(Model::FirewallRule))
display,
format : Format
format,
format=(str : String)format=(format : Format) format=, network_id : String | Nil network_id, network_id=(str : String)
network_id=(network_id : String | Nil) network_id=, no_header=(no_header : Bool) no_header=, no_header? : Bool no_header?, output_json(firewall_rules : Array(Model::FirewallRule)) output_json, output_table(firewall_rules : Array(Model::FirewallRule)) output_table, run run, validate validate