ExpressRouteCircuitStats Class

Contains stats associated with the peering.

Inheritance
ExpressRouteCircuitStats

Constructor

ExpressRouteCircuitStats(*, primarybytes_in: typing.Union[int, NoneType] = None, primarybytes_out: typing.Union[int, NoneType] = None, secondarybytes_in: typing.Union[int, NoneType] = None, secondarybytes_out: typing.Union[int, NoneType] = None, **kwargs)

Parameters

primarybytes_in
<xref:long>

The Primary BytesIn of the peering.

primarybytes_out
<xref:long>

The primary BytesOut of the peering.

secondarybytes_in
<xref:long>

The secondary BytesIn of the peering.

secondarybytes_out
<xref:long>

The secondary BytesOut of the peering.