SoftwareUpdateConfigurationLinux

data class SoftwareUpdateConfigurationLinux(val classificationsIncludeds: List<String>, val excludedPackages: List<String>? = null, val includedPackages: List<String>? = null, val reboot: String? = null)

Constructors

Link copied to clipboard
constructor(classificationsIncludeds: List<String>, excludedPackages: List<String>? = null, includedPackages: List<String>? = null, reboot: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the list of update classifications included in the Software Update Configuration. Possible values are Unclassified, Critical, Security and Other.

Link copied to clipboard

Specifies a list of packages to excluded from the Software Update Configuration.

Link copied to clipboard

Specifies a list of packages to included from the Software Update Configuration.

Link copied to clipboard
val reboot: String? = null

Specifies the reboot settings after software update, possible values are IfRequired, Never, RebootOnly and Always. Defaults to IfRequired.