[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
PolicyNatRuleStatisticsPerEnforcementPoint
Gives the statistics of a NAT rule per enforcement point.
Properties
string
enforcement_point_path
Optional
Policy Path referencing the enforcement point from where the statistics are fetched.
string
rule_path
Optional
Path of NAT Rule.
array of
PolicyNatRuleStatistics
rule_statistics
Optional
Gives NAT rule stats on an enforcement point.
JSON Example
{
"enforcement_point_path": "string",
"rule_path": "string",
"rule_statistics": [
{
"active_sessions": 0,
"last_update_timestamp": 0,
"total_bytes": 0,
"total_packets": 0,
"warning_message": "string"
}
]
}
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
InlinePolicyNatRuleStatisticsListResult1