LogicalRouterPortStatisticsPerNode
LogicalRouterPortStatisticsPerNode
AllOf
This class requires all of the following:
JSON Example
{
"last_update_timestamp": 0,
"rx": {
"dropped_packets": 0,
"total_bytes": 0,
"total_packets": 0
},
"tx": {
"dropped_packets": 0,
"total_bytes": 0,
"total_packets": 0
},
"transport_node_id": "string"
}