config

@JvmName(name = "wfdrwmpkmaivngua")
suspend fun config(value: Output<List<DeviceClassConfigurationArgs>>)
@JvmName(name = "ishhhdsfisrlxcll")
suspend fun config(value: List<DeviceClassConfigurationArgs>?)

Parameters

value

Config defines configuration parameters that apply to each device that is claimed via this class. Some classses may potentially be satisfied by multiple drivers, so each instance of a vendor configuration applies to exactly one driver. They are passed to the driver, but are not considered while allocating the claim.


@JvmName(name = "xvqvopilmfpdhtgx")
suspend fun config(vararg values: Output<DeviceClassConfigurationArgs>)


@JvmName(name = "qrrplttdplmxrlew")
suspend fun config(values: List<Output<DeviceClassConfigurationArgs>>)
@JvmName(name = "uqrcoasdkmtoolge")
suspend fun config(vararg values: DeviceClassConfigurationArgs)

Parameters

values

Config defines configuration parameters that apply to each device that is claimed via this class. Some classses may potentially be satisfied by multiple drivers, so each instance of a vendor configuration applies to exactly one driver. They are passed to the driver, but are not considered while allocating the claim.


@JvmName(name = "rrdvnmkbwiuujquv")
suspend fun config(argument: List<suspend DeviceClassConfigurationArgsBuilder.() -> Unit>)
@JvmName(name = "mspvykowtlwuooug")
suspend fun config(vararg argument: suspend DeviceClassConfigurationArgsBuilder.() -> Unit)
@JvmName(name = "uoijmhojiywthkpn")
suspend fun config(argument: suspend DeviceClassConfigurationArgsBuilder.() -> Unit)

Parameters

argument

Config defines configuration parameters that apply to each device that is claimed via this class. Some classses may potentially be satisfied by multiple drivers, so each instance of a vendor configuration applies to exactly one driver. They are passed to the driver, but are not considered while allocating the claim.