NSX-T Data Center REST API

FirewallCategory (type)

{
  "description": "Statistic category for the type of rules in a section, like Layer2 Distributed Firewall, Layer3 DFW.",
  "enum": [
    "L2DFW",
    "L3DFW",
    "L3BRIDGEPORTFW",
    "L3LOGICALROUTERFW"
  ],
  "id": "FirewallCategory",
  "module_id": "Firewall",
  "readonly": true,
  "required": false,
  "title": "Firewall Category",
  "type": "string"
}