Interface OsConfigPatchDeploymentPatchConfigYum
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
OsConfigPatchDeploymentPatchConfigYum.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.297Z") @Stability(Stable) public interface OsConfigPatchDeploymentPatchConfigYum extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOsConfigPatchDeploymentPatchConfigYum.BuilderA builder forOsConfigPatchDeploymentPatchConfigYumstatic classOsConfigPatchDeploymentPatchConfigYum.Jsii$ProxyAn implementation forOsConfigPatchDeploymentPatchConfigYum
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static OsConfigPatchDeploymentPatchConfigYum.Builderbuilder()default List<String>getExcludes()List of packages to exclude from update.default List<String>getExclusivePackages()An exclusive list of packages to be updated.default ObjectgetMinimal()Will cause patch to run yum update-minimal instead.default ObjectgetSecurity()Adds the --security flag to yum update.
-
-
-
Method Detail
-
getExcludes
@Stability(Stable) @Nullable default List<String> getExcludes()
List of packages to exclude from update. These packages will be excluded.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#excludes OsConfigPatchDeployment#excludes}
-
getExclusivePackages
@Stability(Stable) @Nullable default List<String> getExclusivePackages()
An exclusive list of packages to be updated.These are the only packages that will be updated. If these packages are not installed, they will be ignored. This field cannot be specified 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_packages OsConfigPatchDeployment#exclusive_packages}
-
getMinimal
@Stability(Stable) @Nullable default Object getMinimal()
Will cause patch to run yum update-minimal instead.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#minimal OsConfigPatchDeployment#minimal}
-
getSecurity
@Stability(Stable) @Nullable default Object getSecurity()
Adds the --security flag to yum update. Not supported on all platforms.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#security OsConfigPatchDeployment#security}
-
builder
@Stability(Stable) static OsConfigPatchDeploymentPatchConfigYum.Builder builder()
-
-