ProviderGatewayGreTunnelTrafficStatistics
ProviderGatewayGreTunnelTrafficStatistics
Traffic Statistics for a GRE Tunnel, either for received (RX) or transmitted (TX) traffic.
JSON Example
{
"totalBytes": 0,
"totalPackets": 0,
"packetsDropped": 0
}
integer As int64 As int64
totalBytes
Optional
The total bytes of traffic.
integer As int64 As int64
totalPackets
Optional
The number of total packets.
integer As int64 As int64
packetsDropped
Optional
The number of dropped packets.