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