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 webpage provides reference documentation for the `AutoUpgradeOptions` class within the Google Kubernetes Engine v1 API, specifically for the .NET library."],["Version 3.33.0 is the latest release for this API, while the current page is focused on version 3.25.0, and the content lists versions all the way back to 2.3.0 for the Google.Cloud.Container.V1 namespace."],["`AutoUpgradeOptions` class allows users to manage how auto-upgrades are handled in Google Kubernetes Engine, with the start time and description of pending upgrades being some of the available properties."],["The class implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a constructor that can be used to make a copy of the `AutoUpgradeOptions` object, as well as one without parameters, it also includes the properties `AutoUpgradeStartTime` and `Description`."]]],[]]