SloWindowsBasedSliGoodTotalRatioThresholdArgs

data class SloWindowsBasedSliGoodTotalRatioThresholdArgs(val basicSliPerformance: Output<SloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformanceArgs>? = null, val performance: Output<SloWindowsBasedSliGoodTotalRatioThresholdPerformanceArgs>? = null, val threshold: Output<Double>? = null) : ConvertibleToJava<SloWindowsBasedSliGoodTotalRatioThresholdArgs>

Constructors

constructor(basicSliPerformance: Output<SloWindowsBasedSliGoodTotalRatioThresholdBasicSliPerformanceArgs>? = null, performance: Output<SloWindowsBasedSliGoodTotalRatioThresholdPerformanceArgs>? = null, threshold: Output<Double>? = null)

Properties

Link copied to clipboard

Basic SLI to evaluate to judge window quality. Structure is documented below.

Link copied to clipboard

Request-based SLI to evaluate to judge window quality. Structure is documented below.

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

If window performance >= threshold, the window is counted as good.

Functions

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