NSX-T Data Center REST API

NorthSouthFirewall (type)

{
  "description": "User can configure North-South firewall and it will be applicable to all the VPCs under that project.",
  "id": "NorthSouthFirewall",
  "module_id": "PolicyVpcSecurityProfile",
  "properties": {
    "enabled": {
      "default": false,
      "description": "This flag indicates whether north-south firewall (Gateway Firewall) is enabled. If set to false, then gateway firewall policies will not be enforced on the VPCs associated with this configuration.",
      "title": "Flag that indicates whether north-south firewall (Gateway Firewall) is enabled.",
      "type": "boolean"
    }
  },
  "title": "North South firewall configuration",
  "type": "object"
}