ExpressRouteCircuitStats Class
Contains stats associated with the peering.
- Inheritance
-
azure.mgmt.network._serialization.ModelExpressRouteCircuitStats
Constructor
ExpressRouteCircuitStats(*, primarybytes_in: int | None = None, primarybytes_out: int | None = None, secondarybytes_in: int | None = None, secondarybytes_out: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
primarybytes_in
|
The Primary BytesIn of the peering. |
primarybytes_out
|
The primary BytesOut of the peering. |
secondarybytes_in
|
The secondary BytesIn of the peering. |
secondarybytes_out
|
The secondary BytesOut of the peering. |
Variables
Name | Description |
---|---|
primarybytes_in
|
The Primary BytesIn of the peering. |
primarybytes_out
|
The primary BytesOut of the peering. |
secondarybytes_in
|
The secondary BytesIn of the peering. |
secondarybytes_out
|
The secondary BytesOut of the peering. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python