constraints

@JvmName(name = "dxffmduxeddwgxwo")
suspend fun constraints(value: Output<List<DeviceConstraintArgs>>)
@JvmName(name = "qcaogidurilbrwxo")
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 = "ppdclikedasicrow")
suspend fun constraints(vararg values: Output<DeviceConstraintArgs>)


@JvmName(name = "hoyqmrqafutlsgxh")
suspend fun constraints(values: List<Output<DeviceConstraintArgs>>)
@JvmName(name = "gvnjsgvinxlvkmuv")
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 = "ocurelkyqrnijsmm")
suspend fun constraints(argument: List<suspend DeviceConstraintArgsBuilder.() -> Unit>)
@JvmName(name = "koysavgpekypixjj")
suspend fun constraints(vararg argument: suspend DeviceConstraintArgsBuilder.() -> Unit)
@JvmName(name = "fpwgsskkpuoabuwy")
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.