vendorParameters

@JvmName(name = "wthvpchvjvhhjowm")
suspend fun vendorParameters(value: Output<List<VendorParametersPatchArgs>>)
@JvmName(name = "ackiyeqhuiwifbqj")
suspend fun vendorParameters(value: List<VendorParametersPatchArgs>?)

Parameters

value

VendorParameters are arbitrary setup parameters for all claims using this class. They are ignored while allocating the claim. There must not be more than one entry per driver.


@JvmName(name = "wluuoiltanaeqpfc")
suspend fun vendorParameters(vararg values: Output<VendorParametersPatchArgs>)


@JvmName(name = "uvbsbjfwyeiqgfdb")
suspend fun vendorParameters(values: List<Output<VendorParametersPatchArgs>>)
@JvmName(name = "koubkpldiujdquky")
suspend fun vendorParameters(vararg values: VendorParametersPatchArgs)

Parameters

values

VendorParameters are arbitrary setup parameters for all claims using this class. They are ignored while allocating the claim. There must not be more than one entry per driver.


@JvmName(name = "hreknedgxdnrxetd")
suspend fun vendorParameters(argument: List<suspend VendorParametersPatchArgsBuilder.() -> Unit>)
@JvmName(name = "ybpqybdwbrimdlxl")
suspend fun vendorParameters(vararg argument: suspend VendorParametersPatchArgsBuilder.() -> Unit)
@JvmName(name = "iuxspstrhtwrxrrp")
suspend fun vendorParameters(argument: suspend VendorParametersPatchArgsBuilder.() -> Unit)

Parameters

argument

VendorParameters are arbitrary setup parameters for all claims using this class. They are ignored while allocating the claim. There must not be more than one entry per driver.