Interface OsConfigPatchDeploymentPatchConfigZypper
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
OsConfigPatchDeploymentPatchConfigZypper.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.298Z") @Stability(Stable) public interface OsConfigPatchDeploymentPatchConfigZypper extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOsConfigPatchDeploymentPatchConfigZypper.BuilderA builder forOsConfigPatchDeploymentPatchConfigZypperstatic classOsConfigPatchDeploymentPatchConfigZypper.Jsii$ProxyAn implementation forOsConfigPatchDeploymentPatchConfigZypper
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static OsConfigPatchDeploymentPatchConfigZypper.Builderbuilder()default List<String>getCategories()Install only patches with these categories.default List<String>getExcludes()List of packages to exclude from update.default List<String>getExclusivePatches()An exclusive list of patches to be updated.default List<String>getSeverities()Install only patches with these severities.default ObjectgetWithOptional()Adds the --with-optional flag to zypper patch.default ObjectgetWithUpdate()Adds the --with-update flag, to zypper patch.
-
-
-
Method Detail
-
getCategories
@Stability(Stable) @Nullable default List<String> getCategories()
Install only patches with these categories. Common categories include security, recommended, and feature.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#categories OsConfigPatchDeployment#categories}
-
getExcludes
@Stability(Stable) @Nullable default List<String> getExcludes()
List of packages 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 patches to be updated.These are the only patches that will be installed using 'zypper patch patch:' command. This field must not be used with any other patch configuration fields. 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}
-
getSeverities
@Stability(Stable) @Nullable default List<String> getSeverities()
Install only patches with these severities. Common severities include critical, important, moderate, and low.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#severities OsConfigPatchDeployment#severities}
-
getWithOptional
@Stability(Stable) @Nullable default Object getWithOptional()
Adds the --with-optional flag to zypper patch.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#with_optional OsConfigPatchDeployment#with_optional}
-
getWithUpdate
@Stability(Stable) @Nullable default Object getWithUpdate()
Adds the --with-update flag, to zypper patch.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#with_update OsConfigPatchDeployment#with_update}
-
builder
@Stability(Stable) static OsConfigPatchDeploymentPatchConfigZypper.Builder builder()
-
-