NSX-T Data Center REST API

Dscp (type) (Deprecated)

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