# Functions

CreateFirewall will create a Firewall with a random name and a specified policy ID.
CreateFirewallOnRouter will create a Firewall with a random name and a specified policy ID attached to a specified Router.
CreatePolicy will create a Firewall Policy with a random name and given rule.
CreateRule will create a Firewall Rule with a random source address andsource port, destination address and port.
DeleteFirewall will delete a firewall with a specified ID.
DeletePolicy will delete a policy with a specified ID.
DeleteRule will delete a rule with a specified ID.
WaitForFirewallState will wait until a firewall reaches a given state.