devices

@JvmName(name = "buuqqrofiwnbvhsw")
suspend fun devices(value: Output<List<DevicePatchArgs>>)
@JvmName(name = "ftbfmhtrpcrphikl")
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 = "ekfbeepbsrcvarwe")
suspend fun devices(vararg values: Output<DevicePatchArgs>)


@JvmName(name = "icniosttkankwjqm")
suspend fun devices(values: List<Output<DevicePatchArgs>>)
@JvmName(name = "dhuqninwsdnkymgx")
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 = "hcwsnrmtbogvtvrj")
suspend fun devices(argument: List<suspend DevicePatchArgsBuilder.() -> Unit>)
@JvmName(name = "yypvqtirrhtexmxc")
suspend fun devices(vararg argument: suspend DevicePatchArgsBuilder.() -> Unit)
@JvmName(name = "wqutqwoijcuosake")
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.