CB::ManageFirewall
Inherits CB::APIAction / CB::Action / Reference / Object
Constants
Error = Program::Error
Instance methods
add(cidr : String)
Sourceadd_all
Sourceadd_rule(cidr : String)
Sourcecluster_id
cluster_id=(str : String)
Sourcecluster_id=(cluster_id : String | Nil)
display_rules
Sourcenetwork_id
Sourcenetwork_id=(network_id : String | Nil)
Sourceremove(cidr : String)
Sourceremove_all
Sourceremove_rule(rule : CB::Model::FirewallRule)
Sourcerun
Sourceto_add
Sourceto_add=(to_add : Array(String))
Sourceto_remove
Sourceto_remove=(to_remove : Array(String))
Source