Interface OsConfigPatchDeploymentPatchConfigApt
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
OsConfigPatchDeploymentPatchConfigApt.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.291Z") @Stability(Stable) public interface OsConfigPatchDeploymentPatchConfigApt extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOsConfigPatchDeploymentPatchConfigApt.BuilderA builder forOsConfigPatchDeploymentPatchConfigAptstatic classOsConfigPatchDeploymentPatchConfigApt.Jsii$ProxyAn implementation forOsConfigPatchDeploymentPatchConfigApt
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static OsConfigPatchDeploymentPatchConfigApt.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 StringgetType()By changing the type to DIST, the patching is performed using apt-get dist-upgrade instead.
-
-
-
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}
-
getType
@Stability(Stable) @Nullable default String getType()
By changing the type to DIST, the patching is performed using apt-get dist-upgrade instead. Possible values: ["DIST", "UPGRADE"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#type OsConfigPatchDeployment#type}
-
builder
@Stability(Stable) static OsConfigPatchDeploymentPatchConfigApt.Builder builder()
-
-