LinuxPropertiesResponse

data class LinuxPropertiesResponse(val excludedPackageNameMasks: List<String>? = null, val includedPackageClassifications: String? = null, val includedPackageNameMasks: List<String>? = null, val rebootSetting: String? = null)

Linux specific update configuration.

Constructors

Link copied to clipboard
constructor(excludedPackageNameMasks: List<String>? = null, includedPackageClassifications: String? = null, includedPackageNameMasks: List<String>? = null, rebootSetting: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

packages excluded from the software update configuration.

Link copied to clipboard

Update classifications included in the software update configuration.

Link copied to clipboard

packages included from the software update configuration.

Link copied to clipboard
val rebootSetting: String? = null

Reboot setting for the software update configuration.