ContainerNetworkInterfaceStatistics Classe
ContainerNetworkInterfaceStatistics.
- Herança
-
azure.mgmt.web._serialization.ModelContainerNetworkInterfaceStatistics
Construtor
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)
Parâmetros somente de palavra-chave
Nome | Description |
---|---|
rx_bytes
|
|
rx_packets
|
|
rx_errors
|
|
rx_dropped
|
|
tx_bytes
|
|
tx_packets
|
|
tx_errors
|
|
tx_dropped
|
|
Variáveis
Nome | Description |
---|---|
rx_bytes
|
|
rx_packets
|
|
rx_errors
|
|
rx_dropped
|
|
tx_bytes
|
|
tx_packets
|
|
tx_errors
|
|
tx_dropped
|
|
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python