ContainerNetworkInterfaceStatistics Class
ContainerNetworkInterfaceStatistics.
- Inheritance
-
azure.mgmt.web._serialization.ModelContainerNetworkInterfaceStatistics
Constructor
ContainerNetworkInterfaceStatistics(*, rx_bytes: int | None = None, rx_packets: int | None = None, rx_errors: int | None = None, rx_dropped: int | None = None, tx_bytes: int | None = None, tx_packets: int | None = None, tx_errors: int | None = None, tx_dropped: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
rx_bytes
|
|
rx_packets
|
|
rx_errors
|
|
rx_dropped
|
|
tx_bytes
|
|
tx_packets
|
|
tx_errors
|
|
tx_dropped
|
|
Variables
Name | Description |
---|---|
rx_bytes
|
|
rx_packets
|
|
rx_errors
|
|
rx_dropped
|
|
tx_bytes
|
|
tx_packets
|
|
tx_errors
|
|
tx_dropped
|
|
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python