NSX-T Data Center REST API
EdgeDataplaneQueueNumPerPortPerCoreSetting (type)
{
"additionalProperties": false,
"description": "Provides information about the number of receive(Rx) and transmit(Tx) queue per port per core on the edge transport node.",
"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": "The total number of receive(Rx) and transmit(Tx) queues that edge dataplane allocates per port per core.",
"maximum": 16,
"minimum": 1,
"title": "Queue number per port per core",
"type": "integer"
}
},
"title": "Rx and Tx queue number",
"type": "object"
}