PatchDeploymentPatchConfigZypper

data class PatchDeploymentPatchConfigZypper(val categories: List<String>? = null, val excludes: List<String>? = null, val exclusivePatches: List<String>? = null, val severities: List<String>? = null, val withOptional: Boolean? = null, val withUpdate: Boolean? = null)

Constructors

Link copied to clipboard
constructor(categories: List<String>? = null, excludes: List<String>? = null, exclusivePatches: List<String>? = null, severities: List<String>? = null, withOptional: Boolean? = null, withUpdate: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val categories: List<String>? = null

Install only patches with these categories. Common categories include security, recommended, and feature.

Link copied to clipboard
val excludes: List<String>? = null

List of packages to exclude from update.

Link copied to clipboard

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.

Link copied to clipboard
val severities: List<String>? = null

Install only patches with these severities. Common severities include critical, important, moderate, and low.

Link copied to clipboard
val withOptional: Boolean? = null

Adds the --with-optional flag to zypper patch.

Link copied to clipboard
val withUpdate: Boolean? = null

Adds the --with-update flag, to zypper patch.