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."],[[["The `AptSettings` class, found in version 1.8.0 of the Google.Cloud.OsConfig.V1 namespace, manages configurations for apt patching operations."],["Apt patching, by default, is done via `apt-get update && apt-get upgrade`, but can be altered to utilize `apt-get dist-upgrade` by setting the `Type` property to `DIST`."],["You can specifically manage package updates using `Excludes` to omit certain packages and `ExclusivePackages` to limit updates to a select group of packages only."],["The `AptSettings` class inherits from `Object` and implements several interfaces including `IMessage\u003cAptSettings\u003e`, `IEquatable\u003cAptSettings\u003e`, `IDeepCloneable\u003cAptSettings\u003e`, `IBufferMessage`, and `IMessage`."],["There are two constructors available for `AptSettings`, a default one and another that takes an `AptSettings` instance as a parameter for copying."]]],[]]