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."],[[["This page provides documentation for `AutoUpgradeOptions` within the `Google.Cloud.Container.V1` namespace, with the latest version being 3.33.0 and version 2.6.0 serving as the base."],["`AutoUpgradeOptions` is a class that defines how auto upgrades will occur and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AutoUpgradeOptions` class includes properties such as `AutoUpgradeStartTime` and `Description`, which are set when upgrades are about to commence, providing information on the upgrade's start time and a brief description."],["The page also contains the list of older versions from 3.32.0 all the way down to 2.3.0, with links to their respective pages."],["Two constructors are available for `AutoUpgradeOptions`: one default and another that takes another `AutoUpgradeOptions` object as a parameter to create a new object from it."]]],[]]