taints

@JvmName(name = "cdvnvurtmelgaium")
suspend fun taints(value: Output<List<DeviceTaintArgs>>)
@JvmName(name = "iycglslniirdfwol")
suspend fun taints(value: List<DeviceTaintArgs>?)

Parameters

value

If specified, these are the driver-defined taints. The maximum number of taints is 4. This is an alpha field and requires enabling the DRADeviceTaints feature gate.


@JvmName(name = "aubluypseolbopwy")
suspend fun taints(vararg values: Output<DeviceTaintArgs>)


@JvmName(name = "kqmqdfayilikyaqo")
suspend fun taints(values: List<Output<DeviceTaintArgs>>)
@JvmName(name = "wifebkpqarouwnsj")
suspend fun taints(vararg values: DeviceTaintArgs)

Parameters

values

If specified, these are the driver-defined taints. The maximum number of taints is 4. This is an alpha field and requires enabling the DRADeviceTaints feature gate.


@JvmName(name = "uwvciteisyqcxtyt")
suspend fun taints(argument: List<suspend DeviceTaintArgsBuilder.() -> Unit>)
@JvmName(name = "ehvmsmgwpshoywxa")
suspend fun taints(vararg argument: suspend DeviceTaintArgsBuilder.() -> Unit)
@JvmName(name = "iyvawltgtdghlbgx")
suspend fun taints(argument: suspend DeviceTaintArgsBuilder.() -> Unit)

Parameters

argument

If specified, these are the driver-defined taints. The maximum number of taints is 4. This is an alpha field and requires enabling the DRADeviceTaints feature gate.