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 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