NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
NorthSouthFirewall (schema)
North South firewall configuration
User can configure North-South firewall and it will be applicable to all the VPCs under that project.
| Name | Description | Type | Notes |
|---|---|---|---|
| enabled | Flag that indicates whether north-south firewall (Gateway Firewall) is enabled. 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. The default value will be based on global flag auto_enable_firewall_on_new_gateway. This flag auto enables or disables gateway firewall for new VPCs. Flag doesn't change the gateway firewall status of existing VPCs. API to get auto_enable_firewall_on_new_gateway is /system-config/auto-enable-gateway-firewall. |
boolean | Default: "False" |