NSX-T Data Center REST API
LbConnectionDropAction (type) (Deprecated)
{ "additionalProperties": false, "deprecated": true, "description": "This action is used to drop the connections. There is no extra property in this action. If there is no match condition specified, the connection will be always dropped. This action can be specified at HTTP_ACCESS or HTTP_FORWARDING phase.", "extends": { "$ref": "LbRuleAction }, "id": "LbConnectionDropAction", "module_id": "LoadBalancer", "polymorphic-type-descriptor": { "type-identifier": "LbConnectionDropAction" }, "properties": { "type": { "$ref": "LbRuleActionType, "description": "The property identifies the load balancer rule action type.", "required": true, "title": "Type of load balancer rule action" } }, "title": "Action to drop connections", "type": "object" }