devices

@JvmName(name = "ambatledufxrskns")
suspend fun devices(value: Output<List<DevicePatchArgs>>)
@JvmName(name = "rpsslupqyhmecknw")
suspend fun devices(value: List<DevicePatchArgs>?)

Parameters

value

Devices lists some or all of the devices in this pool. Must not have more than 128 entries.


@JvmName(name = "riwwqtgdpipivqco")
suspend fun devices(vararg values: Output<DevicePatchArgs>)


@JvmName(name = "yaistpouiovpvwmy")
suspend fun devices(values: List<Output<DevicePatchArgs>>)
@JvmName(name = "sadydororxnhshjx")
suspend fun devices(vararg values: DevicePatchArgs)

Parameters

values

Devices lists some or all of the devices in this pool. Must not have more than 128 entries.


@JvmName(name = "uljtuuifkijoqoii")
suspend fun devices(argument: List<suspend DevicePatchArgsBuilder.() -> Unit>)
@JvmName(name = "amgrupociggdlbnf")
suspend fun devices(vararg argument: suspend DevicePatchArgsBuilder.() -> Unit)
@JvmName(name = "vawlftoajilnrwbh")
suspend fun devices(argument: suspend DevicePatchArgsBuilder.() -> Unit)

Parameters

argument

Devices lists some or all of the devices in this pool. Must not have more than 128 entries.