vendorParameters

@JvmName(name = "cscakwloaploektr")
suspend fun vendorParameters(value: Output<List<VendorParametersPatchArgs>>)
@JvmName(name = "mtfnkfrnpobycqaw")
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 = "edytuvwbwgjctanm")
suspend fun vendorParameters(vararg values: Output<VendorParametersPatchArgs>)


@JvmName(name = "dfhdhjvdpyhxtunx")
suspend fun vendorParameters(values: List<Output<VendorParametersPatchArgs>>)
@JvmName(name = "vvyenxqbifdxagce")
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 = "egowjtiytryruntc")
suspend fun vendorParameters(argument: List<suspend VendorParametersPatchArgsBuilder.() -> Unit>)
@JvmName(name = "xrjwjqqfwyswwipq")
suspend fun vendorParameters(vararg argument: suspend VendorParametersPatchArgsBuilder.() -> Unit)
@JvmName(name = "rqtqevjflhchtevo")
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.