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."],[[["This document provides reference documentation for the `YumSettings` class within the Google Cloud OS Config v1 API, specifically version 2.3.0, which is a class used for configuring Yum patching operations."],["The `YumSettings` class allows users to control how `yum update` is executed, including the ability to exclude specific packages, specify an exclusive list of packages, or use `yum update-minimal`."],["The latest version, 2.4.0, is available, and this document also includes links to documentation for older versions of `YumSettings`, ranging from 1.3.0 up to 2.4.0."],["`YumSettings` inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing standard functionalities for message handling, equality checks, deep cloning, and buffered operations."],["The properties `Excludes`, `ExclusivePackages`, `Minimal`, and `Security` allow configuration on package exclusion, exclusive package updates, minimal updates and security flag usage respectively."]]],[]]