ContainerNetworkStats

constructor(rxBytes: Int? = null, rxPackets: Int? = null, rxErrors: Int? = null, rxDropped: Int? = null, txBytes: Int? = null, txPackets: Int? = null, txErrors: Int? = null, txDropped: Int? = null, endpointId: String? = null, instanceId: String? = null)

Parameters

rxBytes

Bytes received. Windows and Linux.

rxPackets

Packets received. Windows and Linux.

rxErrors

Received errors. Not used on Windows. This field is Linux-specific and always zero for Windows containers.

rxDropped

Incoming packets dropped. Windows and Linux.

txBytes

Bytes sent. Windows and Linux.

txPackets

Packets sent. Windows and Linux.

txErrors

Sent errors. Not used on Windows. This field is Linux-specific and always zero for Windows containers.

txDropped

Outgoing packets dropped. Windows and Linux.

endpointId

Endpoint ID. Not used on Linux. This field is Windows-specific and omitted for Linux containers.

instanceId

Instance ID. Not used on Linux. This field is Windows-specific and omitted for Linux containers.