public sealed class AutoUpgradeOptions : IMessage<AutoUpgradeOptions>, IEquatable<AutoUpgradeOptions>, IDeepCloneable<AutoUpgradeOptions>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class AutoUpgradeOptions.
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 `AutoUpgradeOptions` class in the Google Kubernetes Engine v1 API allows users to manage and define how automatic upgrades will be handled within their container environment."],["This documentation covers versions of the `AutoUpgradeOptions` class ranging from 2.3.0 up to the latest version, 3.33.0."],["The `AutoUpgradeOptions` class includes properties like `AutoUpgradeStartTime` and `Description`, which provide information about when an upgrade will commence and a description of the upgrade itself."],["The `AutoUpgradeOptions` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing a variety of features."],["There are two constructors available for the `AutoUpgradeOptions` class: a default one and another that takes an existing `AutoUpgradeOptions` object as a parameter for copying."]]],[]]