public sealed class AutoUpgradeOptions : IMessage<AutoUpgradeOptions>, IEquatable<AutoUpgradeOptions>, IDeepCloneable<AutoUpgradeOptions>, IBufferMessage, IMessage
AutoUpgradeOptions defines the set of options for the user to control how
the Auto Upgrades will proceed.
[[["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 page provides a comprehensive list of versions for `AutoUpgradeOptions` within the `Google.Cloud.Container.V1` namespace, ranging from version 3.33.0 (latest) down to version 2.3.0."],["`AutoUpgradeOptions` is a class that defines how auto upgrades are handled, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AutoUpgradeOptions` class includes properties like `AutoUpgradeStartTime` and `Description`, which are set when upgrades are about to begin, providing details such as the approximate start time and a description of the upgrade."],["There are two constructors for `AutoUpgradeOptions`, one default and another that accepts another `AutoUpgradeOptions` instance as a parameter for copying."],["The class in question inherits from the base object class, and its members include methods like GetHashCode(), GetType(), MemberwiseClone() and ToString()."]]],[]]