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 must not 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 latest version available for `Google.Cloud.OsConfig.V1.YumSettings` is 2.4.0, with the current document focusing on version 1.3.0."],["`YumSettings` class is used to configure Yum patching operations, such as running `yum update`, which is executed using the Yum package manager."],["You can control how `yum update` is executed by specifying various options such as packages to be excluded, the use of `yum update-minimal`, or running security updates only."],["The class `YumSettings` inherits from `Object` and implements `IMessage\u003cYumSettings\u003e`, `IEquatable\u003cYumSettings\u003e`, `IDeepCloneable\u003cYumSettings\u003e`, `IBufferMessage`, and `IMessage`, and contains `Excludes`, `ExclusivePackages`, `Minimal`, and `Security` properties."],["The class allows users to refine their Yum patching by specifying excluded packages or updating an exclusive list of packages, and by defining if the operation needs to be minimal or security focused."]]],[]]