Interface ExpressRouteCircuitStats
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.ExpressRouteCircuitStatsInner>
@Beta(V1_4_0) public interface ExpressRouteCircuitStats extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.ExpressRouteCircuitStatsInner>Contains stats associated with the peering.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longprimaryBytesIn()longprimaryBytesOut()longsecondaryBytesIn()longsecondaryBytesOut()
-
-
-
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
-
-