SloWindowsBasedSliMetricMeanInRangeArgs

data class SloWindowsBasedSliMetricMeanInRangeArgs(val range: Output<SloWindowsBasedSliMetricMeanInRangeRangeArgs>, val timeSeries: Output<String>) : ConvertibleToJava<SloWindowsBasedSliMetricMeanInRangeArgs>

Constructors

Link copied to clipboard
constructor(range: Output<SloWindowsBasedSliMetricMeanInRangeRangeArgs>, 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. Mean value X of time_series values should satisfy range.min <= X <= range.max for a good service. Structure is documented below.

Link copied to clipboard
val timeSeries: Output<String>

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

Functions

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