public RepeatedField<string> ExclusivePackages { get; }
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for `AptSettings`, a class within the `Google.Cloud.OsConfig.V1` namespace, used to configure settings for Apt package updates."],["The latest version of `AptSettings` is 2.4.0, and the current documentation is for version 1.7.0, with a list of previous versions provided."],["`AptSettings` allows for the configuration of package updates, including the exclusion of specific packages via the `Excludes` property and the exclusive updating of specified packages through `ExclusivePackages`."],["The `Type` property can modify the update process, using `apt-get dist-upgrade` when set to `DIST` instead of the default `apt-get upgrade`."],["Apt patching is executed by running `apt-get update && apt-get upgrade`, and `AptSettings` offers additional control options for how this is carried out."]]],[]]