NSX-T Data Center REST API
DisconnectBridgeWorkflowSpec (type)
{ "additionalProperties": false, "description": "Disconnect bridge workflow spec.", "extends": { "$ref": "WorkflowSpec }, "id": "DisconnectBridgeWorkflowSpec", "module_id": "OverlayAdoption", "polymorphic-type-descriptor": { "type-identifier": "DisconnectBridgeWorkflowSpec" }, "properties": { "bridge_profile_path": { "description": "Bridge profile path used to find the bridge config in the segment to be removed.", "readonly": false, "required": true, "title": "Bridge profile path", "type": "string" }, "segment_path": { "description": "Path of the segment from which the bridge config specified by the property \"bridge_profile_path\" will be removed.", "readonly": false, "required": true, "title": "Segment path", "type": "string" }, "type": { "$ref": "WorkflowSpecType, "description": "Workflow spec type.", "readonly": false, "required": true, "title": "Workflow spec type" } }, "title": "Disconnect bridge workflow spec", "type": "object" }