WindowsPropertiesArgs

data class WindowsPropertiesArgs(val excludedKbNumbers: Output<List<String>>? = null, val includedKbNumbers: Output<List<String>>? = null, val includedUpdateClassifications: Output<Either<String, WindowsUpdateClasses>>? = null, val rebootSetting: Output<String>? = null) : ConvertibleToJava<WindowsPropertiesArgs>

Windows specific update configuration.

Constructors

Link copied to clipboard
constructor(excludedKbNumbers: Output<List<String>>? = null, includedKbNumbers: Output<List<String>>? = null, includedUpdateClassifications: Output<Either<String, WindowsUpdateClasses>>? = null, rebootSetting: Output<String>? = null)

Properties

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

KB numbers excluded from the software update configuration.

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

KB numbers included from the software update configuration.

Link copied to clipboard

Update classification included in the software update configuration. A comma separated string with required values

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(): WindowsPropertiesArgs