ContainerNetworkInterfaceStatistics Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. ContainerNetworkInterfaceStatistics
- com.
Implements
public final class ContainerNetworkInterfaceStatistics
implements JsonSerializable<ContainerNetworkInterfaceStatistics>
The ContainerNetworkInterfaceStatistics model.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Container |
fromJson(JsonReader jsonReader)
Reads an instance of Container |
| Long |
rxBytes()
Get the rx |
| Long |
rxDropped()
Get the rx |
| Long |
rxErrors()
Get the rx |
| Long |
rxPackets()
Get the rx |
|
Json |
toJson(JsonWriter jsonWriter) |
| Long |
txBytes()
Get the tx |
| Long |
txDropped()
Get the tx |
| Long |
txErrors()
Get the tx |
| Long |
txPackets()
Get the tx |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static ContainerNetworkInterfaceStatistics fromJson(JsonReader jsonReader)
Reads an instance of ContainerNetworkInterfaceStatistics from the JsonReader.
Parameters:
Returns:
Throws:
rxBytes
public Long rxBytes()
Get the rxBytes property: The rxBytes property.
Returns:
rxDropped
public Long rxDropped()
Get the rxDropped property: The rxDropped property.
Returns:
rxErrors
public Long rxErrors()
Get the rxErrors property: The rxErrors property.
Returns:
rxPackets
public Long rxPackets()
Get the rxPackets property: The rxPackets property.
Returns:
toJson
txBytes
public Long txBytes()
Get the txBytes property: The txBytes property.
Returns:
txDropped
public Long txDropped()
Get the txDropped property: The txDropped property.
Returns:
txErrors
public Long txErrors()
Get the txErrors property: The txErrors property.
Returns:
txPackets
public Long txPackets()
Get the txPackets property: The txPackets property.
Returns:
validate
public void validate()
Validates the instance.