Compartilhar via


ExpressRouteCircuitStats Class

Contains stats associated with the peering.

Inheritance
azure.mgmt.network._serialization.Model
ExpressRouteCircuitStats

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
int

The Primary BytesIn of the peering.

primarybytes_out
int

The primary BytesOut of the peering.

secondarybytes_in
int

The secondary BytesIn of the peering.

secondarybytes_out
int

The secondary BytesOut of the peering.

Variables

Name Description
primarybytes_in
int

The Primary BytesIn of the peering.

primarybytes_out
int

The primary BytesOut of the peering.

secondarybytes_in
int

The secondary BytesIn of the peering.

secondarybytes_out
int

The secondary BytesOut of the peering.