{ "additionalProperties": false, "description": "The details of deactivated operation verticals", "id": "OperationVerticalConfig", "module_id": "Policy", "properties": { "latency_stat_disabled": { "description": "When this flag is set to true, the latency stat feature is deactivated. It is due to the SmartNIC backed DVS existing in Policy Manager. The latency has special GENEVE option to carry Latency information. But the hardware doesn't support it.", "readonly": true, "title": "A flag to indicate whether the latency stat feature is deactivated.", "type": "boolean" }, "live_trace_disabled": { "description": "When this flag is set to true, the live trace feature is deactivated. It is due to the SmartNIC backed DVS existing in Policy Manager. The live trace has a special Geneve option in the header. But the hardware doesn't support it.", "readonly": true, "title": "A flag to indicate whether the live trace feature is deactivated.", "type": "boolean" } }, "title": "Operation Vertical Config", "type": "object" }