NSX-T Data Center REST API
EastWestFirewall (type)
{
"description": "East-West firewall configuration controls distributed firewall (DFW) settings for defining security posture for VPCs. This configuration defines security strategies that determine the security posture for VPCs associated with the security profile. The east-west firewall settings are applied to all VPCs that have this security profile attached, enabling consistent security policy enforcement across multiple VPCs within a project.",
"id": "EastWestFirewall",
"module_id": "PolicyVpcSecurityProfile",
"nsx_feature": "VPCSecurityStrategy",
"properties": {
"security_strategies": {
"description": "Security strategy represent the security posture for the given security profile. The security profile can attached to multiple VPCs. Attaching the security profile to VPC defines the security posture for the VPC defined by the security strategy. Security profile can have just single security strategy.",
"items": {
"type": "string"
},
"maxItems": 1,
"required": true,
"title": "Policy path of security strategy that defines the security posture for the VPCs.",
"type": "array"
}
},
"title": "East West firewall configuration",
"type": "object"
}