Software Update Configuration Windows Args
data class SoftwareUpdateConfigurationWindowsArgs(val classificationsIncludeds: Output<List<String>>, val excludedKnowledgeBaseNumbers: Output<List<String>>? = null, val includedKnowledgeBaseNumbers: Output<List<String>>? = null, val reboot: Output<String>? = null) : ConvertibleToJava<SoftwareUpdateConfigurationWindowsArgs>
Constructors
Properties
Link copied to clipboard
Specifies the list of update classification. Possible values are Unclassified
, Critical
, Security
, UpdateRollup
, FeaturePack
, ServicePack
, Definition
, Tools
and Updates
.
Link copied to clipboard
Specifies a list of knowledge base numbers excluded.
Link copied to clipboard
Specifies a list of knowledge base numbers included.