public class StatisticNetworksConfig extends DockerObject implements Serializable
Statistics| Constructor and Description |
|---|
StatisticNetworksConfig() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getRxBytes() |
Long |
getRxDropped() |
Long |
getRxErrors() |
Long |
getRxPackets() |
Long |
getTxBytes() |
Long |
getTxDropped() |
Long |
getTxErrors() |
Long |
getTxPackets() |
getRawValues@CheckForNull public Long getRxBytes()
rxBytes@CheckForNull public Long getRxDropped()
rxDropped@CheckForNull public Long getRxErrors()
rxErrors@CheckForNull public Long getRxPackets()
rxPackets@CheckForNull public Long getTxBytes()
txBytes@CheckForNull public Long getTxDropped()
txDropped@CheckForNull public Long getTxErrors()
txErrors@CheckForNull public Long getTxPackets()
txPacketsCopyright © 2025. All rights reserved.