Interface OsConfigPatchDeploymentPatchConfigWindowsUpdate
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
OsConfigPatchDeploymentPatchConfigWindowsUpdate.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.297Z") @Stability(Stable) public interface OsConfigPatchDeploymentPatchConfigWindowsUpdate extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOsConfigPatchDeploymentPatchConfigWindowsUpdate.BuilderA builder forOsConfigPatchDeploymentPatchConfigWindowsUpdatestatic classOsConfigPatchDeploymentPatchConfigWindowsUpdate.Jsii$ProxyAn implementation forOsConfigPatchDeploymentPatchConfigWindowsUpdate
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static OsConfigPatchDeploymentPatchConfigWindowsUpdate.Builderbuilder()default List<String>getClassifications()Only apply updates of these windows update classifications.default List<String>getExcludes()List of KBs to exclude from update.default List<String>getExclusivePatches()An exclusive list of kbs to be updated.
-
-
-
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}
-
builder
@Stability(Stable) static OsConfigPatchDeploymentPatchConfigWindowsUpdate.Builder builder()
-
-