EdgeDataplaneQueueNumPerPortPerCoreSetting (type)

{
  "additionalProperties": false, 
  "extends": {
    "$ref": "Resource
  }, 
  "id": "EdgeDataplaneQueueNumPerPortPerCoreSetting", 
  "properties": {
    "_links": {
      "description": "The server will populate this field when returing the resource. Ignored on PUT and POST.", 
      "items": {
        "$ref": "ResourceLink
      }, 
      "readonly": true, 
      "title": "References related to this resource", 
      "type": "array"
    }, 
    "_schema": {
      "readonly": true, 
      "title": "Schema for this resource", 
      "type": "string"
    }, 
    "_self": {
      "$ref": "SelfResourceLink, 
      "readonly": true, 
      "title": "Link to this resource"
    }, 
    "queue_num_per_port_per_core": {
      "description": "queue number per port per core", 
      "maximum": 16, 
      "minimum": 1, 
      "type": "integer"
    }
  }, 
  "title": "Information about Edge Dataplane queue num per port per core setting.", 
  "type": "object"
}