devices

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


@JvmName(name = "tbbxulxbaqgpbrnu")
suspend fun devices(values: List<Output<DevicePatchArgs>>)
@JvmName(name = "xnuvxbsnpypkcawt")
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 = "gpemomsoykexjqnp")
suspend fun devices(argument: List<suspend DevicePatchArgsBuilder.() -> Unit>)
@JvmName(name = "ldquqbptlgogbqwn")
suspend fun devices(vararg argument: suspend DevicePatchArgsBuilder.() -> Unit)
@JvmName(name = "cbnjdmetwywdbgtc")
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.