Interface OsConfigPatchDeploymentPatchConfigWindowsUpdate

    • Method Detail

      • getClassifications

        @Stability(Stable)
        @Nullable
        default List<String> getClassifications()
        Only apply updates of these windows update classifications.

        If empty, all updates are applied. Possible values: ["CRITICAL", "SECURITY", "DEFINITION", "DRIVER", "FEATURE_PACK", "SERVICE_PACK", "TOOL", "UPDATE_ROLLUP", "UPDATE"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#classifications OsConfigPatchDeployment#classifications}

      • getExcludes

        @Stability(Stable)
        @Nullable
        default List<String> getExcludes()
        List of KBs to exclude from update.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#excludes OsConfigPatchDeployment#excludes}

      • getExclusivePatches

        @Stability(Stable)
        @Nullable
        default List<String> getExclusivePatches()
        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. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#exclusive_patches OsConfigPatchDeployment#exclusive_patches}