Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewListFirewallRulesCommand ¶
NewListFirewallRulesCommand returns a command to list firewall rules.
func NewSetFirewallRuleCommand ¶
NewSetFirewallRuleCommand returns a command to set firewall rules.
Types ¶
type ListFirewallRulesAPI ¶
type ListFirewallRulesAPI interface { Close() error ListFirewallRules() ([]params.FirewallRule, error) }
ListFirewallRulesAPI defines the API methods that the list firewall rules command uses.
Click to show internal directories.
Click to hide internal directories.