SapLandscapeMonitorMetricThresholdsArgs

data class SapLandscapeMonitorMetricThresholdsArgs(val green: Output<Double>? = null, val name: Output<String>? = null, val red: Output<Double>? = null, val yellow: Output<Double>? = null) : ConvertibleToJava<SapLandscapeMonitorMetricThresholdsArgs>

Gets or sets the Threshold Values for Top Metrics Health.

Constructors

Link copied to clipboard
constructor(green: Output<Double>? = null, name: Output<String>? = null, red: Output<Double>? = null, yellow: Output<Double>? = null)

Properties

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

Gets or sets the threshold value for Green.

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

Gets or sets the name of the threshold.

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

Gets or sets the threshold value for Red.

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

Gets or sets the threshold value for Yellow.

Functions

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