NSX-T Data Center REST API
AutoEnableGatewayFirewallConfig (type)
{
"description": "Config to auto enable gateway firewall for new Tier1 and Tier0 gateway. By default gateway firewall is disabled for new VCF deployments.",
"id": "AutoEnableGatewayFirewallConfig",
"module_id": "PolicySystemConfig",
"properties": {
"auto_enable_firewall_on_new_gateway": {
"description": "Flag auto enables or disables if set to false, gateway firewall for new Tier1, Tier0 gateways, VPCs and TGWs. Flag doesn't change gateway firewall status of existing gateways.",
"required": true,
"title": "Auto Enable Gateway Firewall",
"type": "boolean"
}
},
"title": "Auto Enable Gateway Firewall",
"type": "object"
}