NSX-T Data Center REST API
EdgeDataplaneRingSize (type)
{ "additionalProperties": false, "description": "Provides information about the receive(Rx) and transmit(Tx) ring buffer size of the edge dataplane. These buffers store the incoming and outgoing packets on the edge NIC respectively.", "extends": { "$ref": "Resource }, "id": "EdgeDataplaneRingSize", "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" }, "rx_ring_size": { "description": "The size of the ring buffer which stores the incoming packets on the edge NIC before they are processed.", "title": "Rx ring size", "type": "integer" }, "tx_ring_size": { "description": "The size of the ring buffer which stores the packets to be sent out from the edge NIC.", "title": "Tx ring size", "type": "integer" } }, "title": "Edge dataplane ring size", "type": "object" }