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-04-17 UTC."],[[["The webpage documents `AptSettings`, a class within the `Google.Cloud.OsConfig.V1` namespace, used for managing apt package updates."],["`AptSettings` allows for controlling how `apt-get` updates are executed, including options to exclude or exclusively include specific packages."],["There are several versions of this class documented, ranging from version 1.3.0 to the latest version 2.4.0."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` within the google protocol buffer."],["`AptSettings` has three properties: Excludes, ExclusivePackages and Type, that allows users to control packages to exclude or exclusively include and the patching type."]]],[]]