{ "additionalProperties": false, "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": "rx ring size", "type": "integer" }, "tx_ring_size": { "description": "tx ring size", "type": "integer" } }, "title": "Information about Edge physical port ring size.", "type": "object" }