devices

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


@JvmName(name = "ojasjnwrysvwuspn")
suspend fun devices(values: List<Output<DevicePatchArgs>>)
@JvmName(name = "woofvtnmcsnjyfgv")
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 = "ilbacsbusikxwsyl")
suspend fun devices(argument: List<suspend DevicePatchArgsBuilder.() -> Unit>)
@JvmName(name = "qfkqexwljgkbufyp")
suspend fun devices(vararg argument: suspend DevicePatchArgsBuilder.() -> Unit)
@JvmName(name = "ekfqqanhkuvuaijx")
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.