Documentation
¶
Index ¶
- func CreateFirewall(t *testing.T, client *gophercloud.ServiceClient, policyID string) (*firewalls.Firewall, error)
- func CreatePolicy(t *testing.T, client *gophercloud.ServiceClient, ruleID string) (*policies.Policy, error)
- func CreateRule(t *testing.T, client *gophercloud.ServiceClient) (*rules.Rule, error)
- func DeleteFirewall(t *testing.T, client *gophercloud.ServiceClient, firewallID string)
- func DeletePolicy(t *testing.T, client *gophercloud.ServiceClient, policyID string)
- func DeleteRule(t *testing.T, client *gophercloud.ServiceClient, ruleID string)
- func PrintFirewall(t *testing.T, firewall *firewalls.Firewall)
- func PrintPolicy(t *testing.T, policy *policies.Policy)
- func PrintRule(t *testing.T, rule *rules.Rule)
- func WaitForFirewallState(client *gophercloud.ServiceClient, firewallID, status string, secs int) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateFirewall ¶
func CreateFirewall(t *testing.T, client *gophercloud.ServiceClient, policyID string) (*firewalls.Firewall, error)
CreateFirewall will create a Firewaill with a random name and a specified policy ID. An error will be returned if the firewall could not be created.
func CreatePolicy ¶
func CreatePolicy(t *testing.T, client *gophercloud.ServiceClient, ruleID string) (*policies.Policy, error)
CreatePolicy will create a Firewall Policy with a random name and given rule. An error will be returned if the rule could not be created.
func CreateRule ¶
func CreateRule(t *testing.T, client *gophercloud.ServiceClient) (*rules.Rule, error)
CreateRule will create a Firewall Rule with a random source address and source port, destination address and port. An error will be returned if the rule could not be created.
func DeleteFirewall ¶
func DeleteFirewall(t *testing.T, client *gophercloud.ServiceClient, firewallID string)
DeleteFirewall will delete a firewall with a specified ID. A fatal error will occur if the delete was not successful. This works best when used as a deferred function.
func DeletePolicy ¶
func DeletePolicy(t *testing.T, client *gophercloud.ServiceClient, policyID string)
DeletePolicy will delete a policy with a specified ID. A fatal error will occur if the delete was not successful. This works best when used as a deferred function.
func DeleteRule ¶
func DeleteRule(t *testing.T, client *gophercloud.ServiceClient, ruleID string)
DeleteRule will delete a rule with a specified ID. A fatal error will occur if the delete was not successful. This works best when used as a deferred function.
func PrintFirewall ¶
PrintFirewall will print a firewall and all of its attributes.
func PrintPolicy ¶
PrintPolicy will print a policy and all of its attributes.
func WaitForFirewallState ¶
func WaitForFirewallState(client *gophercloud.ServiceClient, firewallID, status string, secs int) error
WaitForFirewallState will wait until a firewall reaches a given state.
Types ¶
This section is empty.