class

CB::ManageFirewall

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

Constants

Error = Program::Error

Instance methods

add(cidr : String)
Source
add_all
Source
add_rule(cidr : String)
Source
cluster_id
cluster_id=(str : String)
Source
cluster_id=(cluster_id : String | Nil)
display_rules
Source
network_id
Source
network_id=(network_id : String | Nil)
Source
remove(cidr : String)
Source
remove_all
Source
remove_rule(rule : CB::Model::FirewallRule)
Source
to_add
Source
to_add=(to_add : Array(String))
Source
to_remove
Source
to_remove=(to_remove : Array(String))
Source