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 webpage provides documentation for the `AutoUpgradeOptions` class within the `Google.Cloud.Container.V1` namespace, detailing how to control auto upgrades."],["The content lists various versions of the `AutoUpgradeOptions` class, ranging from version 3.33.0 (latest) down to version 2.3.0, all within the context of Google Cloud's Container API."],["The `AutoUpgradeOptions` class, inheriting from `Object`, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` that are designed for managing upgrade configurations."],["The `AutoUpgradeOptions` class has two constructors: one default and another that takes an `AutoUpgradeOptions` object as a parameter for copying, along with two key properties, `AutoUpgradeStartTime` and `Description`, which are used to manage and track the timing of auto-upgrades."],["The documentation is associated with the `Google.Cloud.Container.V1.dll` assembly and includes links to Microsoft's .NET API documentation for related types and members."]]],[]]