| Modifier and Type | Method and Description |
|---|---|
ContainerNetworkInterfaceStatistics |
ContainerInfo.eth0()
Get the eth0 value.
|
ContainerNetworkInterfaceStatistics |
ContainerNetworkInterfaceStatistics.withRxBytes(Long rxBytes)
Set the rxBytes value.
|
ContainerNetworkInterfaceStatistics |
ContainerNetworkInterfaceStatistics.withRxDropped(Long rxDropped)
Set the rxDropped value.
|
ContainerNetworkInterfaceStatistics |
ContainerNetworkInterfaceStatistics.withRxErrors(Long rxErrors)
Set the rxErrors value.
|
ContainerNetworkInterfaceStatistics |
ContainerNetworkInterfaceStatistics.withRxPackets(Long rxPackets)
Set the rxPackets value.
|
ContainerNetworkInterfaceStatistics |
ContainerNetworkInterfaceStatistics.withTxBytes(Long txBytes)
Set the txBytes value.
|
ContainerNetworkInterfaceStatistics |
ContainerNetworkInterfaceStatistics.withTxDropped(Long txDropped)
Set the txDropped value.
|
ContainerNetworkInterfaceStatistics |
ContainerNetworkInterfaceStatistics.withTxErrors(Long txErrors)
Set the txErrors value.
|
ContainerNetworkInterfaceStatistics |
ContainerNetworkInterfaceStatistics.withTxPackets(Long txPackets)
Set the txPackets value.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerInfo |
ContainerInfo.withEth0(ContainerNetworkInterfaceStatistics eth0)
Set the eth0 value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/