SloWindowsBasedSliMetricSumInRangeRangeArgs

data class SloWindowsBasedSliMetricSumInRangeRangeArgs(val max: Output<Double>? = null, val min: Output<Double>? = null) : ConvertibleToJava<SloWindowsBasedSliMetricSumInRangeRangeArgs>

Constructors

constructor(max: Output<Double>? = null, min: Output<Double>? = null)

Properties

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

max value for the range (inclusive). If not given, will be set to "infinity", defining an open range ">= range.min"

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

Min value for the range (inclusive). If not given, will be set to "-infinity", defining an open range "< range.max"

Functions

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