SoftwareUpdateConfigurationWindowsArgs

data class SoftwareUpdateConfigurationWindowsArgs(val classificationIncluded: Output<String>? = null, val classificationsIncludeds: Output<List<String>>? = null, 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(classificationIncluded: Output<String>? = null, classificationsIncludeds: Output<List<String>>? = null, excludedKnowledgeBaseNumbers: Output<List<String>>? = null, includedKnowledgeBaseNumbers: Output<List<String>>? = null, reboot: Output<String>? = null)

Properties

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

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