NSX-T Data Center REST API

QoSDscp (type)

{
  "description": "Dscp value is ignored in case of 'TRUSTED' DscpTrustMode.",
  "id": "QoSDscp",
  "module_id": "PolicyQoS",
  "properties": {
    "mode": {
      "$ref": "DscpTrustMode"
    },
    "priority": {
      "default": 0,
      "maximum": 63,
      "minimum": 0,
      "title": "Internal Forwarding Priority",
      "type": "int"
    }
  },
  "required": true,
  "title": "One of QoS or Encapsulated-Remote-Switched-Port-Analyzer",
  "type": "object"
}