ExpressRouteCircuitStats Interface

Implements

HasInner<com.microsoft.azure.management.network.implementation.ExpressRouteCircuitStatsInner>

public interface ExpressRouteCircuitStats
extends HasInner<com.microsoft.azure.management.network.implementation.ExpressRouteCircuitStatsInner>

Contains stats associated with the peering.

Method Summary

Modifier and Type Method and Description
abstract long primaryBytesIn()
abstract long primaryBytesOut()
abstract long secondaryBytesIn()
abstract long secondaryBytesOut()

Method Details

primaryBytesIn

public abstract long primaryBytesIn()

Returns:

inbound bytes through primary channel of the peering

primaryBytesOut

public abstract long primaryBytesOut()

Returns:

outbound bytes through primary channel of the peering

secondaryBytesIn

public abstract long secondaryBytesIn()

Returns:

inbound bytes through secondary channel of the peering

secondaryBytesOut

public abstract long secondaryBytesOut()

Returns:

outbound bytes through secondary channel of the peering

Applies to