ExpressRouteCircuitStatsArgs

data class ExpressRouteCircuitStatsArgs(val primarybytesIn: Output<Double>? = null, val primarybytesOut: Output<Double>? = null, val secondarybytesIn: Output<Double>? = null, val secondarybytesOut: Output<Double>? = null) : ConvertibleToJava<ExpressRouteCircuitStatsArgs>

Contains stats associated with the peering.

Constructors

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

Properties

Link copied to clipboard
val primarybytesIn: Output<Double>? = null

The Primary BytesIn of the peering.

Link copied to clipboard
val primarybytesOut: Output<Double>? = null

The primary BytesOut of the peering.

Link copied to clipboard
val secondarybytesIn: Output<Double>? = null

The secondary BytesIn of the peering.

Link copied to clipboard
val secondarybytesOut: Output<Double>? = null

The secondary BytesOut of the peering.

Functions

Link copied to clipboard
open override fun toJava(): ExpressRouteCircuitStatsArgs