Linux Properties Args
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.
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
Reboot setting for the software update configuration.