View Source GoogleApi.OSConfig.V1.Model.WindowsUpdateSettings (google_api_os_config v0.21.1)

Windows patching is performed using the Windows Update Agent.

Attributes

  • classifications (type: list(String.t), default: nil) - Only apply updates of these windows update classifications. If empty, all updates are applied.
  • excludes (type: list(String.t), default: nil) - List of KBs to exclude from update.
  • exclusivePatches (type: list(String.t), default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.OSConfig.V1.Model.WindowsUpdateSettings{
  classifications: [String.t()] | nil,
  excludes: [String.t()] | nil,
  exclusivePatches: [String.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.