NSX Autonomous Edge REST API
EdgeDataplaneRingSize (schema)
Edge dataplane ring size
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.
Name | Description | Type | Notes |
---|---|---|---|
_links | References related to this resource The server will populate this field when returing the resource. Ignored on PUT and POST. |
array of ResourceLink | Readonly |
_schema | Location of schema for this resource | string | Readonly |
_self | SelfResourceLink | Readonly | |
actions | Actions applicable to the resource at this time | array of ActionDescriptor | Readonly |
notify_mpa | send notification to MPA about this config change (applicable on edge node) | boolean | Default: "False" |
rx_ring_size | Rx ring size The size of the ring buffer which stores the incoming packets on the edge NIC before they are processed. |
integer | |
tx_ring_size | Tx ring size The size of the ring buffer which stores the packets to be sent out from the edge NIC. |
integer |