PatchDeploymentPatchConfigWindowsUpdateArgs

data class PatchDeploymentPatchConfigWindowsUpdateArgs(val classifications: Output<List<String>>? = null, val excludes: Output<List<String>>? = null, val exclusivePatches: Output<List<String>>? = null) : ConvertibleToJava<PatchDeploymentPatchConfigWindowsUpdateArgs>

Constructors

constructor(classifications: Output<List<String>>? = null, excludes: Output<List<String>>? = null, exclusivePatches: Output<List<String>>? = null)

Properties

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

Only apply updates of these windows update classifications. If empty, all updates are applied. Each value may be one of: CRITICAL, SECURITY, DEFINITION, DRIVER, FEATURE_PACK, SERVICE_PACK, TOOL, UPDATE_ROLLUP, UPDATE.

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

List of KBs to exclude from update.

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

An exclusive list of kbs to be updated. These are the only patches that will be updated. This field must not be used with other patch configurations.

Functions

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