SloWindowsBasedSliMetricSumInRangeArgs

data class SloWindowsBasedSliMetricSumInRangeArgs(val range: Output<SloWindowsBasedSliMetricSumInRangeRangeArgs>, val timeSeries: Output<String>) : ConvertibleToJava<SloWindowsBasedSliMetricSumInRangeArgs>

Constructors

Link copied to clipboard
constructor(range: Output<SloWindowsBasedSliMetricSumInRangeRangeArgs>, timeSeries: Output<String>)

Properties

Link copied to clipboard

Range of numerical values. The computed good_service will be the count of values x in the Distribution such that range.min <= x <= range.max. inclusive of min and max. Open ranges can be defined by setting just one of min or max. Summed value X should satisfy range.min <= X <= range.max for a good window. Structure is documented below.

Link copied to clipboard
val timeSeries: Output<String>

A monitoring filter specifying the TimeSeries to use for evaluating window quality. The provided TimeSeries must have ValueType = INT64 or ValueType = DOUBLE and MetricKind = GAUGE. Summed value X should satisfy range.min <= X <= range.max for a good window.

Functions

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