AutomationRuleCriteriaCriticalityArgs

data class AutomationRuleCriteriaCriticalityArgs(val eq: Output<Double>? = null, val gt: Output<Double>? = null, val gte: Output<Double>? = null, val lt: Output<Double>? = null, val lte: Output<Double>? = null) : ConvertibleToJava<AutomationRuleCriteriaCriticalityArgs>

Constructors

Link copied to clipboard
fun AutomationRuleCriteriaCriticalityArgs(eq: Output<Double>? = null, gt: Output<Double>? = null, gte: Output<Double>? = null, lt: Output<Double>? = null, lte: Output<Double>? = null)

Functions

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

Properties

Link copied to clipboard
val eq: Output<Double>? = null
Link copied to clipboard
val gt: Output<Double>? = null
Link copied to clipboard
val gte: Output<Double>? = null
Link copied to clipboard
val lt: Output<Double>? = null
Link copied to clipboard
val lte: Output<Double>? = null