CB::FirewallRuleAction
Inherits CB::APIAction / CB::Action / Reference / Object
API Action for network firewall rules.
All network firewall rule actions must inherit this action.
Instance methods
display(firewall_rules : Array(Model::FirewallRule))
Sourceformat
The output format. The default format is table format.
format=(format : Format)
The output format. The default format is table format.
network_id
The ID of the target network.
network_id=(network_id : String | Nil)
The ID of the target network.
no_header=(no_header : Bool)
Flag to indicate whether the output should include a header. This only has an effect when the output format is a table.
no_header?
Flag to indicate whether the output should include a header. This only has an effect when the output format is a table.
output_json(firewall_rules : Array(Model::FirewallRule))
Sourceoutput_table(firewall_rules : Array(Model::FirewallRule))
Sourcerun
Sourcevalidate
Source