EdgeDataplaneRingSize

EdgeDataplaneRingSize
EdgeDataplaneRingSize

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.

AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {},
    "rx_ring_size": 0,
    "tx_ring_size": 0
}