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 document provides reference documentation for the `AptSettings` class within the Google Cloud OS Config v1 API, specifically version 2.2.0, which is a class used to configure settings for apt package updates."],["Apt patching is executed using `apt-get update && apt-get upgrade`, but the class `AptSettings` allows for additional configuration such as specifying package exclusions or exclusive package lists."],["The `AptSettings` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it contains properties like `Excludes`, `ExclusivePackages`, and `Type` to control various aspects of the patching process."],["There are multiple versions of this documentation available, with the current latest version being 2.4.0, and the document also provides documentation for various previous versions."],["The `AptSettings.Types.Type` property allows the user to change how the patching is executed with `apt-get dist-upgrade` by changing the type to `DIST`."]]],[]]