ImageTemplateWindowsUpdateCustomizerResponse

data class ImageTemplateWindowsUpdateCustomizerResponse(val filters: List<String>? = null, val name: String? = null, val searchCriteria: String? = null, val type: String, val updateLimit: Int? = null)

Installs Windows Updates. Corresponds to Packer Windows Update Provisioner (https://github.com/rgl/packer-provisioner-windows-update)

Constructors

constructor(filters: List<String>? = null, name: String? = null, searchCriteria: String? = null, type: String, updateLimit: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

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

Array of filters to select updates to apply. Omit or specify empty array to use the default (no filter). Refer to above link for examples and detailed description of this field.

Link copied to clipboard
val name: String? = null

Friendly Name to provide context on what this customization step does

Link copied to clipboard
val searchCriteria: String? = null

Criteria to search updates. Omit or specify empty string to use the default (search all). Refer to above link for examples and detailed description of this field.

Link copied to clipboard

The type of customization tool you want to use on the Image. For example, "Shell" can be shell customizer Expected value is 'WindowsUpdate'.

Link copied to clipboard
val updateLimit: Int? = null

Maximum number of updates to apply at a time. Omit or specify 0 to use the default (1000)