ExpressRouteCircuitStats Class
Contains stats associated with the peering.
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. Default value: None
|
primarybytes_out
|
The primary BytesOut of the peering. Default value: None
|
secondarybytes_in
|
The secondary BytesIn of the peering. Default value: None
|
secondarybytes_out
|
The secondary BytesOut of the peering. Default value: None
|