LinuxPropertiesArgs

data class LinuxPropertiesArgs(val excludedPackageNameMasks: Output<List<String>>? = null, val includedPackageClassifications: Output<Either<String, LinuxUpdateClasses>>? = null, val includedPackageNameMasks: Output<List<String>>? = null, val rebootSetting: Output<String>? = null) : ConvertibleToJava<LinuxPropertiesArgs>

Linux specific update configuration.

Constructors

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

Properties

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

packages excluded from the software update configuration.

Link copied to clipboard

Update classifications included in the software update configuration.

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

packages included from the software update configuration.

Link copied to clipboard
val rebootSetting: Output<String>? = null

Reboot setting for the software update configuration.

Functions

Link copied to clipboard
open override fun toJava(): LinuxPropertiesArgs