SoftwareUpdateConfigurationWindowsArgs

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

Link copied to clipboard
constructor(classificationsIncludeds: Output<List<String>>, excludedKnowledgeBaseNumbers: Output<List<String>>? = null, includedKnowledgeBaseNumbers: Output<List<String>>? = null, reboot: Output<String>? = null)

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.

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

Specifies the reboot settings after software update, possible values are IfRequired, Never, RebootOnly and Always. Defaults to IfRequired.

Functions

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