Interface ExpressRouteCircuitStats
-
- All Superinterfaces:
HasInnerModel<ExpressRouteCircuitStatsInner>
public interface ExpressRouteCircuitStats extends HasInnerModel<ExpressRouteCircuitStatsInner>
Contains stats associated with the peering.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longprimaryBytesIn()longprimaryBytesOut()longsecondaryBytesIn()longsecondaryBytesOut()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
-
-
-
Method Detail
-
primaryBytesIn
long primaryBytesIn()
- Returns:
- inbound bytes through primary channel of the peering
-
primaryBytesOut
long primaryBytesOut()
- Returns:
- outbound bytes through primary channel of the peering
-
secondaryBytesIn
long secondaryBytesIn()
- Returns:
- inbound bytes through secondary channel of the peering
-
secondaryBytesOut
long secondaryBytesOut()
- Returns:
- outbound bytes through secondary channel of the peering
-
-