SloRequestBasedSliGoodTotalRatioArgs

data class SloRequestBasedSliGoodTotalRatioArgs(val badServiceFilter: Output<String>? = null, val goodServiceFilter: Output<String>? = null, val totalServiceFilter: Output<String>? = null) : ConvertibleToJava<SloRequestBasedSliGoodTotalRatioArgs>

Constructors

Link copied to clipboard
constructor(badServiceFilter: Output<String>? = null, goodServiceFilter: Output<String>? = null, totalServiceFilter: Output<String>? = null)

Properties

Link copied to clipboard
val badServiceFilter: Output<String>? = null

A TimeSeries monitoring filter quantifying bad service provided, either demanded service that was not provided or demanded service that was of inadequate quality. Exactly two of good, bad, or total service filter must be defined (where good + bad = total is assumed) Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.

Link copied to clipboard
val goodServiceFilter: Output<String>? = null

A TimeSeries monitoring filter quantifying good service provided. Exactly two of good, bad, or total service filter must be defined (where good + bad = total is assumed) Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.

Link copied to clipboard
val totalServiceFilter: Output<String>? = null

A TimeSeries monitoring filter quantifying total demanded service. Exactly two of good, bad, or total service filter must be defined (where good + bad = total is assumed) Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.

Functions

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