constraints

@JvmName(name = "dgdkmklemqmqpjhj")
suspend fun constraints(value: Output<List<DeviceConstraintArgs>>)
@JvmName(name = "wrrxisovfnbsnnel")
suspend fun constraints(value: List<DeviceConstraintArgs>?)

Parameters

value

These constraints must be satisfied by the set of devices that get allocated for the claim.


@JvmName(name = "wpngloplcrvmcqjt")
suspend fun constraints(vararg values: Output<DeviceConstraintArgs>)


@JvmName(name = "kepjrovwynecbsug")
suspend fun constraints(values: List<Output<DeviceConstraintArgs>>)
@JvmName(name = "bqkdfegwuwhaexqr")
suspend fun constraints(vararg values: DeviceConstraintArgs)

Parameters

values

These constraints must be satisfied by the set of devices that get allocated for the claim.


@JvmName(name = "kagpbxgjmsliilwp")
suspend fun constraints(argument: List<suspend DeviceConstraintArgsBuilder.() -> Unit>)
@JvmName(name = "sukyldsoysildevh")
suspend fun constraints(vararg argument: suspend DeviceConstraintArgsBuilder.() -> Unit)
@JvmName(name = "obedhnjebmmuuyur")
suspend fun constraints(argument: suspend DeviceConstraintArgsBuilder.() -> Unit)

Parameters

argument

These constraints must be satisfied by the set of devices that get allocated for the claim.