OperationVerticalConfig (type)

{
  "additionalProperties": false, 
  "description": "The details of disabled operation verticals", 
  "id": "OperationVerticalConfig", 
  "module_id": "Policy", 
  "properties": {
    "latency_stat_disabled": {
      "description": "When this flag is set to true, the latency stat feature is disabled. 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 disabled.", 
      "type": "boolean"
    }, 
    "live_trace_disabled": {
      "description": "When this flag is set to true, the live trace feature is disabled. 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 disabled.", 
      "type": "boolean"
    }
  }, 
  "title": "Operation Vertical Config", 
  "type": "object"
}