ConfigurationInstallPatchesLinux

data class ConfigurationInstallPatchesLinux(val classificationsToIncludes: List<String>? = null, val packageNamesMaskToExcludes: List<String>? = null, val packageNamesMaskToIncludes: List<String>? = null)

Constructors

Link copied to clipboard
constructor(classificationsToIncludes: List<String>? = null, packageNamesMaskToExcludes: List<String>? = null, packageNamesMaskToIncludes: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of Classification category of patches to be patched. Possible values are Critical, Security and Other.

Link copied to clipboard

List of package names to be excluded from patching.

Link copied to clipboard

List of package names to be included for patching.