Zypper Settings Args
data class ZypperSettingsArgs(val categories: Output<List<String>>? = null, val excludes: Output<List<String>>? = null, val exclusivePatches: Output<List<String>>? = null, val severities: Output<List<String>>? = null, val withOptional: Output<Boolean>? = null, val withUpdate: Output<Boolean>? = null) : ConvertibleToJava<ZypperSettingsArgs>
Zypper patching is performed by running zypper patch
. See also https://en.opensuse.org/SDB:Zypper_manual.