[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
L2VpnPerSegmentTrafficStatistics
Traffic statistics for a segment.
Properties
integer as int64
bum_bytes_in
Optional
Total number of incoming Broadcast, Unknown unicast and Multicast (BUM) bytes.
integer as int64
bum_bytes_out
Optional
Total number of outgoing Broadcast, Unknown unicast and Multicast (BUM) bytes.
integer as int64
bum_packets_in
Optional
Total number of incoming Broadcast, Unknown unicast and Multicast (BUM) packets.
integer as int64
bum_packets_out
Optional
Total number of outgoing Broadcast, Unknown unicast and Multicast (BUM) packets.
integer as int64
bytes_in
Optional
Total number of incoming bytes.
integer as int64
bytes_out
Optional
Total number of outgoing bytes.
integer as int64
packets_in
Optional
Total number of incoming packets.
integer as int64
packets_out
Optional
Total number of outgoing packets.
integer as int64
packets_receive_error
Optional
Total number of incoming packets dropped.
integer as int64
packets_sent_error
Optional
Total number of packets dropped while sending for any reason.
string
segment_path
Optional
Policy path referencing the segment on which stats are gathered.
JSON Example
{
"bum_bytes_in": 0,
"bum_bytes_out": 0,
"bum_packets_in": 0,
"bum_packets_out": 0,
"bytes_in": 0,
"bytes_out": 0,
"packets_in": 0,
"packets_out": 0,
"packets_receive_error": 0,
"packets_sent_error": 0,
"segment_path": "string"
}
Vendor Extensions
This class contains the following vendor extensions defined in the spec:
x-vmw-nsx-module: PolicyVPNStatistics
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Property Of
InlineL2VpnSessionStatistics1