public final class ContainerNetworkInterfaceStatistics extends Object
| Constructor and Description |
|---|
ContainerNetworkInterfaceStatistics() |
| Modifier and Type | Method and Description |
|---|---|
Long |
rxBytes()
Get the rxBytes property: The rxBytes property.
|
Long |
rxDropped()
Get the rxDropped property: The rxDropped property.
|
Long |
rxErrors()
Get the rxErrors property: The rxErrors property.
|
Long |
rxPackets()
Get the rxPackets property: The rxPackets property.
|
Long |
txBytes()
Get the txBytes property: The txBytes property.
|
Long |
txDropped()
Get the txDropped property: The txDropped property.
|
Long |
txErrors()
Get the txErrors property: The txErrors property.
|
Long |
txPackets()
Get the txPackets property: The txPackets property.
|
void |
validate()
Validates the instance.
|
ContainerNetworkInterfaceStatistics |
withRxBytes(Long rxBytes)
Set the rxBytes property: The rxBytes property.
|
ContainerNetworkInterfaceStatistics |
withRxDropped(Long rxDropped)
Set the rxDropped property: The rxDropped property.
|
ContainerNetworkInterfaceStatistics |
withRxErrors(Long rxErrors)
Set the rxErrors property: The rxErrors property.
|
ContainerNetworkInterfaceStatistics |
withRxPackets(Long rxPackets)
Set the rxPackets property: The rxPackets property.
|
ContainerNetworkInterfaceStatistics |
withTxBytes(Long txBytes)
Set the txBytes property: The txBytes property.
|
ContainerNetworkInterfaceStatistics |
withTxDropped(Long txDropped)
Set the txDropped property: The txDropped property.
|
ContainerNetworkInterfaceStatistics |
withTxErrors(Long txErrors)
Set the txErrors property: The txErrors property.
|
ContainerNetworkInterfaceStatistics |
withTxPackets(Long txPackets)
Set the txPackets property: The txPackets property.
|
public Long rxBytes()
public ContainerNetworkInterfaceStatistics withRxBytes(Long rxBytes)
rxBytes - the rxBytes value to set.public Long rxPackets()
public ContainerNetworkInterfaceStatistics withRxPackets(Long rxPackets)
rxPackets - the rxPackets value to set.public Long rxErrors()
public ContainerNetworkInterfaceStatistics withRxErrors(Long rxErrors)
rxErrors - the rxErrors value to set.public Long rxDropped()
public ContainerNetworkInterfaceStatistics withRxDropped(Long rxDropped)
rxDropped - the rxDropped value to set.public Long txBytes()
public ContainerNetworkInterfaceStatistics withTxBytes(Long txBytes)
txBytes - the txBytes value to set.public Long txPackets()
public ContainerNetworkInterfaceStatistics withTxPackets(Long txPackets)
txPackets - the txPackets value to set.public Long txErrors()
public ContainerNetworkInterfaceStatistics withTxErrors(Long txErrors)
txErrors - the txErrors value to set.public Long txDropped()
public ContainerNetworkInterfaceStatistics withTxDropped(Long txDropped)
txDropped - the txDropped value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.