exclusivePatches

@JvmName(name = "wqsnbqhuqtjpnkwe")
suspend fun exclusivePatches(value: Output<List<String>>)
@JvmName(name = "oewnjmfdxirlfknd")
suspend fun exclusivePatches(value: List<String>?)

Parameters

value

An exclusive list of patches to be updated. These are the only patches that will be installed using 'zypper patch patch:' command. This field must not be used with any other patch configuration fields.


@JvmName(name = "asmsyxqdbngkfmyy")
suspend fun exclusivePatches(vararg values: Output<String>)


@JvmName(name = "kdkixeovnifmeksl")
suspend fun exclusivePatches(values: List<Output<String>>)
@JvmName(name = "vaclvonvnvxmgcmy")
suspend fun exclusivePatches(vararg values: String)

Parameters

values

An exclusive list of patches to be updated. These are the only patches that will be installed using 'zypper patch patch:' command. This field must not be used with any other patch configuration fields.