ExpressRouteCircuitStatsResponse

data class ExpressRouteCircuitStatsResponse(val primarybytesIn: Double? = null, val primarybytesOut: Double? = null, val secondarybytesIn: Double? = null, val secondarybytesOut: Double? = null)

Contains stats associated with the peering.

Constructors

Link copied to clipboard
constructor(primarybytesIn: Double? = null, primarybytesOut: Double? = null, secondarybytesIn: Double? = null, secondarybytesOut: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val primarybytesIn: Double? = null

The Primary BytesIn of the peering.

Link copied to clipboard
val primarybytesOut: Double? = null

The primary BytesOut of the peering.

Link copied to clipboard

The secondary BytesIn of the peering.

Link copied to clipboard

The secondary BytesOut of the peering.