PolicyNatRuleStatisticsPerLogicalRouterListResult
PolicyNatRuleStatisticsPerLogicalRouterListResult
Gives the collection of NAT rule statistics per logical router on specified enforcement point.
AllOf
This class requires all of the following:
JSON Example
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {
"action": "string",
"href": "string",
"rel": "string"
},
"cursor": "string",
"result_count": 0,
"sort_ascending": false,
"sort_by": "string",
"results": [
{
"enforcement_point_path": "string",
"last_update_timestamp": 0,
"per_node_statistics": [
{
"active_sessions": 0,
"total_bytes": 0,
"total_packets": 0,
"last_update_timestamp": 0,
"transport_node_path": "string"
}
],
"router_path": "string",
"statistics": {
"active_sessions": 0,
"total_bytes": 0,
"total_packets": 0
}
}
]
}