ThresholdArgs

data class ThresholdArgs(val color: Output<ThresholdColor>? = null, val direction: Output<ThresholdDirection>? = null, val label: Output<String>? = null, val targetAxis: Output<ThresholdTargetAxis>? = null, val value: Output<Double>? = null) : ConvertibleToJava<ThresholdArgs>

Defines a threshold for categorizing time series values.

Constructors

Link copied to clipboard
fun ThresholdArgs(color: Output<ThresholdColor>? = null, direction: Output<ThresholdDirection>? = null, label: Output<String>? = null, targetAxis: Output<ThresholdTargetAxis>? = null, value: Output<Double>? = null)

Functions

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

Properties

Link copied to clipboard
val color: Output<ThresholdColor>? = null

The state color for this threshold. Color is not allowed in a XyChart.

Link copied to clipboard
val direction: Output<ThresholdDirection>? = null

The direction for the current threshold. Direction is not allowed in a XyChart.

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

A label for the threshold.

Link copied to clipboard
val targetAxis: Output<ThresholdTargetAxis>? = null

The target axis to use for plotting the threshold. Target axis is not allowed in a Scorecard.

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

The value of the threshold. The value should be defined in the native scale of the metric.