Class ContainerNetworkInterfaceStatistics
java.lang.Object
com.microsoft.azure.management.appservice.ContainerNetworkInterfaceStatistics
The ContainerNetworkInterfaceStatistics model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrxBytes()
Get the rxBytes value.Get the rxDropped value.rxErrors()
Get the rxErrors value.Get the rxPackets value.txBytes()
Get the txBytes value.Get the txDropped value.txErrors()
Get the txErrors value.Get the txPackets value.withRxBytes
(Long rxBytes) Set the rxBytes value.withRxDropped
(Long rxDropped) Set the rxDropped value.withRxErrors
(Long rxErrors) Set the rxErrors value.withRxPackets
(Long rxPackets) Set the rxPackets value.withTxBytes
(Long txBytes) Set the txBytes value.withTxDropped
(Long txDropped) Set the txDropped value.withTxErrors
(Long txErrors) Set the txErrors value.withTxPackets
(Long txPackets) Set the txPackets value.
-
Constructor Details
-
ContainerNetworkInterfaceStatistics
public ContainerNetworkInterfaceStatistics()
-
-
Method Details
-
rxBytes
Get the rxBytes value.- Returns:
- the rxBytes value
-
withRxBytes
Set the rxBytes value.- Parameters:
rxBytes
- the rxBytes value to set- Returns:
- the ContainerNetworkInterfaceStatistics object itself.
-
rxPackets
Get the rxPackets value.- Returns:
- the rxPackets value
-
withRxPackets
Set the rxPackets value.- Parameters:
rxPackets
- the rxPackets value to set- Returns:
- the ContainerNetworkInterfaceStatistics object itself.
-
rxErrors
Get the rxErrors value.- Returns:
- the rxErrors value
-
withRxErrors
Set the rxErrors value.- Parameters:
rxErrors
- the rxErrors value to set- Returns:
- the ContainerNetworkInterfaceStatistics object itself.
-
rxDropped
Get the rxDropped value.- Returns:
- the rxDropped value
-
withRxDropped
Set the rxDropped value.- Parameters:
rxDropped
- the rxDropped value to set- Returns:
- the ContainerNetworkInterfaceStatistics object itself.
-
txBytes
Get the txBytes value.- Returns:
- the txBytes value
-
withTxBytes
Set the txBytes value.- Parameters:
txBytes
- the txBytes value to set- Returns:
- the ContainerNetworkInterfaceStatistics object itself.
-
txPackets
Get the txPackets value.- Returns:
- the txPackets value
-
withTxPackets
Set the txPackets value.- Parameters:
txPackets
- the txPackets value to set- Returns:
- the ContainerNetworkInterfaceStatistics object itself.
-
txErrors
Get the txErrors value.- Returns:
- the txErrors value
-
withTxErrors
Set the txErrors value.- Parameters:
txErrors
- the txErrors value to set- Returns:
- the ContainerNetworkInterfaceStatistics object itself.
-
txDropped
Get the txDropped value.- Returns:
- the txDropped value
-
withTxDropped
Set the txDropped value.- Parameters:
txDropped
- the txDropped value to set- Returns:
- the ContainerNetworkInterfaceStatistics object itself.
-