[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
PolicyNatRuleStatisticsPerLogicalRouter
Gives the statistics of a NAT rule per logical router on specified enforcement point.
Properties
string
enforcement_point_path
Optional
Policy Path referencing the enforcement point from where the statistics are fetched.
integer as int64
last_update_timestamp
Optional
Timestamp when the data was last updated.
per_node_statistics
Optional
Detailed Rule statistics per logical router.
string
router_path
Optional
Path of the router.
JSON Example
{
"enforcement_point_path": "string",
"last_update_timestamp": 0,
"per_node_statistics": [
{
"active_sessions": 0,
"last_update_timestamp": 0,
"total_bytes": 0,
"total_packets": 0,
"transport_node_path": "string"
}
],
"router_path": "string",
"statistics": {
"active_sessions": 0,
"total_bytes": 0,
"total_packets": 0
}
}
Vendor Extensions
This class contains the following vendor extensions defined in the spec:
x-vmw-nsx-module: PolicyNAT
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Property Of
InlinePolicyNatRuleStatisticsPerLogicalRouterListResult1