appliance techpreview networking firewall addr inbound: delete firewall rule

delete_firewall_rule structure Structure that defines networking.firewall.addr.inbound.delete api input argument

Representations:

{
    "all"true,
    "position"1
}
<?xml version="1.0" ?>
<ns0:DeleteFirewallRule xmlns:ns0="http://vmware.com/appliance/techpreview/networking/firewall/addr/inbound" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <position>1</position>
  <all>true</all>
</ns0:DeleteFirewallRule>

Attributes:

Name Type Description
Required
position long Position before which to insert the rule (zero-based). If you try to insert the rule in a position whose number is greater than the number of rules, the firewall rule is inserted at the end of the list.

all boolean Delete all firewall rules. Set all argument to "true" to delete all rules or set the all argument to "false" to delete a single rule.