conditions

@JvmName(name = "bxbyteblwbvhjkoj")
suspend fun conditions(value: Output<List<ConditionArgs>>)
@JvmName(name = "hjeqbtpfpimapdvm")
suspend fun conditions(value: List<ConditionArgs>?)

Parameters

value

Conditions contains the latest observation of the device's state. If the device has been configured according to the class and claim config references, the Ready condition should be True. Must not contain more than 8 entries.


@JvmName(name = "dnqeixwfvktsyufo")
suspend fun conditions(vararg values: Output<ConditionArgs>)


@JvmName(name = "nkjsclpcixuwyoem")
suspend fun conditions(values: List<Output<ConditionArgs>>)
@JvmName(name = "ybkghjetfucxmrsv")
suspend fun conditions(vararg values: ConditionArgs)

Parameters

values

Conditions contains the latest observation of the device's state. If the device has been configured according to the class and claim config references, the Ready condition should be True. Must not contain more than 8 entries.


@JvmName(name = "affhustpsvxtgecu")
suspend fun conditions(argument: List<suspend ConditionArgsBuilder.() -> Unit>)
@JvmName(name = "hpjawblynfkrwuhy")
suspend fun conditions(vararg argument: suspend ConditionArgsBuilder.() -> Unit)
@JvmName(name = "bctmjqtqvaoyyqxj")
suspend fun conditions(argument: suspend ConditionArgsBuilder.() -> Unit)

Parameters

argument

Conditions contains the latest observation of the device's state. If the device has been configured according to the class and claim config references, the Ready condition should be True. Must not contain more than 8 entries.