ConfigurationInstallPatchesWindowArgs

data class ConfigurationInstallPatchesWindowArgs(val classificationsToIncludes: Output<List<String>>? = null, val kbNumbersToExcludes: Output<List<String>>? = null, val kbNumbersToIncludes: Output<List<String>>? = null) : ConvertibleToJava<ConfigurationInstallPatchesWindowArgs>

Constructors

Link copied to clipboard
constructor(classificationsToIncludes: Output<List<String>>? = null, kbNumbersToExcludes: Output<List<String>>? = null, kbNumbersToIncludes: Output<List<String>>? = null)

Properties

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

List of Classification category of patches to be patched. Possible values are Critical, Security, UpdateRollup, FeaturePack, ServicePack, Definition, Tools and Updates.

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

List of KB numbers to be excluded from patching.

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

List of KB numbers to be included for patching.

Functions

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