# Functions

AddRule will add a rule to to a policy.
CreateGroup will create a Firewall Group.
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.
DeleteGroup will delete a group with a specified ID.
DeletePolicy will delete a policy with a specified ID.
DeleteRule will delete a rule with a specified ID.
RemoveRule will remove a rule from the policy.