config

@JvmName(name = "wwrhohpxhiyprbtu")
suspend fun config(value: Output<List<DeviceClassConfigurationPatchArgs>>)
@JvmName(name = "rydodtcmdvrrtgit")
suspend fun config(value: List<DeviceClassConfigurationPatchArgs>?)

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 = "dydgpxjgeawkoblf")
suspend fun config(vararg values: Output<DeviceClassConfigurationPatchArgs>)


@JvmName(name = "cgfehbcntutpjcfd")
suspend fun config(values: List<Output<DeviceClassConfigurationPatchArgs>>)
@JvmName(name = "lnmhuyqisixmupso")
suspend fun config(vararg values: DeviceClassConfigurationPatchArgs)

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 = "ybncxgfmtmufctce")
suspend fun config(argument: List<suspend DeviceClassConfigurationPatchArgsBuilder.() -> Unit>)
@JvmName(name = "hqwgggdnaqudjccp")
suspend fun config(vararg argument: suspend DeviceClassConfigurationPatchArgsBuilder.() -> Unit)
@JvmName(name = "yelplekehhfhshbv")
suspend fun config(argument: suspend DeviceClassConfigurationPatchArgsBuilder.() -> 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.