Interface ExpressRouteCircuitStats

All Superinterfaces:
HasInnerModel<ExpressRouteCircuitStatsInner>

public interface ExpressRouteCircuitStats extends HasInnerModel<ExpressRouteCircuitStatsInner>
Contains stats associated with the peering.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Gets inbound bytes through primary channel of the peering.
    long
    Gets outbound bytes through primary channel of the peering.
    long
    Gets inbound bytes through secondary channel of the peering.
    long
    Gets outbound bytes through secondary channel of the peering.

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel

    innerModel
  • Method Details

    • primaryBytesIn

      long primaryBytesIn()
      Gets inbound bytes through primary channel of the peering.
      Returns:
      inbound bytes through primary channel of the peering
    • primaryBytesOut

      long primaryBytesOut()
      Gets outbound bytes through primary channel of the peering.
      Returns:
      outbound bytes through primary channel of the peering
    • secondaryBytesIn

      long secondaryBytesIn()
      Gets inbound bytes through secondary channel of the peering.
      Returns:
      inbound bytes through secondary channel of the peering
    • secondaryBytesOut

      long secondaryBytesOut()
      Gets outbound bytes through secondary channel of the peering.
      Returns:
      outbound bytes through secondary channel of the peering