PatchBaselineSource

data class PatchBaselineSource(val configuration: String, val name: String, val products: List<String>)

Constructors

Link copied to clipboard
constructor(configuration: String, name: String, products: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The value of the yum repo configuration. For information about other options available for your yum repository configuration, see the dnf&#46;conf documentation

Link copied to clipboard

The name specified to identify the patch source.

Link copied to clipboard

The specific operating system versions a patch repository applies to, such as "Ubuntu16.04", "AmazonLinux2016.09", "RedhatEnterpriseLinux7.2" or "Suse12.7". For lists of supported product values, see PatchFilter.