NSX Autonomous Edge 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": {
"display": {
"hidden": true
},
"readonly": true,
"title": "Location of schema for this resource",
"type": "string"
},
"_self": {
"$ref": "SelfResourceLink",
"readonly": true
},
"actions": {
"items": {
"$ref": "ActionDescriptor"
},
"readonly": true,
"title": "Actions applicable to the resource at this time",
"type": "array"
},
"notify_mpa": {
"default": false,
"description": "send notification to MPA about this config change (applicable on edge node)",
"display": {
"hidden": true
},
"readonly": false,
"type": "boolean"
},
"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"
}