Input Windows Parameters Args
data class InputWindowsParametersArgs(val classificationsToInclude: Output<List<String>>? = null, val excludeKbsRequiringReboot: Output<Boolean>? = null, val kbNumbersToExclude: Output<List<String>>? = null, val kbNumbersToInclude: Output<List<String>>? = null) : ConvertibleToJava<InputWindowsParametersArgs>
Input properties for patching a Windows machine.
Constructors
Properties
Link copied to clipboard
Classification category of patches to be patched. Allowed values are 'Critical', 'Security', 'UpdateRollup', 'FeaturePack', 'ServicePack', 'Definition', 'Tools', and 'Updates'.
Link copied to clipboard
Exclude patches which need reboot
Link copied to clipboard
Windows KBID to be excluded for patching.
Link copied to clipboard
Windows KBID to be included for patching.