config

@JvmName(name = "xhdjnnicimyevsyu")
suspend fun config(value: Output<List<DeviceClassConfigurationPatchArgs>>)
@JvmName(name = "tjfdjwepdcnpgahl")
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 = "wdobqdjcwwriooej")
suspend fun config(vararg values: Output<DeviceClassConfigurationPatchArgs>)


@JvmName(name = "hbqsrlbaokqjwsxr")
suspend fun config(values: List<Output<DeviceClassConfigurationPatchArgs>>)
@JvmName(name = "tfveexrdnidqofoc")
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 = "jshvqbsgeqdnlgfh")
suspend fun config(argument: List<suspend DeviceClassConfigurationPatchArgsBuilder.() -> Unit>)
@JvmName(name = "feinrmuhbjrteebi")
suspend fun config(vararg argument: suspend DeviceClassConfigurationPatchArgsBuilder.() -> Unit)
@JvmName(name = "aupwjxiltkyqjxgg")
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.