ProviderGatewayGreTunnelStatistics

ProviderGatewayGreTunnelStatistics
ProviderGatewayGreTunnelStatistics

Statistics for a GRE Tunnel.

JSON Example
{
    "destinationAddress": "string",
    "lastUpdated": "string",
    "transmittedStatistics": {
        "totalBytes": 0,
        "totalPackets": 0,
        "packetsDropped": 0
    },
    "receivedStatistics": {
        "totalBytes": 0,
        "totalPackets": 0,
        "packetsDropped": 0
    }
}
string
destinationAddress
Optional

The destination IP Address of the tunnel. IPv4 only.

string
lastUpdated
Optional

ISO-8601 date string reflecting the time the statistics were last updated.

transmittedStatistics
Optional

Traffic Statistics for a GRE Tunnel, either for received (RX) or transmitted (TX) traffic.

receivedStatistics
Optional

Traffic Statistics for a GRE Tunnel, either for received (RX) or transmitted (TX) traffic.

Availability
Added in 39.0