class CB::ManageFirewall
- CB::ManageFirewall
- CB::APIAction
- CB::Action
- Reference
- Object
Defined in:
cb/manage_firewall.crConstant Summary
-
Error =
Program::Error
Instance Method Summary
- #add(cidr : String)
- #add_all
- #add_rule(cidr : String)
- #cluster_id : String | Nil
- #cluster_id=(str : String)
- #cluster_id=(cluster_id : String | Nil)
- #display_rules
- #network_id : String | Nil
- #network_id=(network_id : String | Nil)
- #remove(cidr : String)
- #remove_all
- #remove_rule(rule : CB::Model::FirewallRule)
- #run
- #to_add : Array(String)
- #to_add=(to_add : Array(String))
- #to_remove : Array(String)
- #to_remove=(to_remove : Array(String))