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 latest version available for `AutoUpgradeOptions` within the Google Cloud Container V1 API is version 3.33.0, while numerous older versions are also available, starting as far back as 2.3.0."],["`AutoUpgradeOptions` is a class in the Google Kubernetes Engine v1 API, which allows users to control how auto-upgrades will occur, as described within the `Google.Cloud.Container.V1` namespace, and is available within the `Google.Cloud.Container.V1.dll` assembly."],["The `AutoUpgradeOptions` class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `AutoUpgradeOptions` class has two constructors, a default constructor `AutoUpgradeOptions()` and a copy constructor `AutoUpgradeOptions(AutoUpgradeOptions other)` which takes another instance of the class as a parameter."],["The class provides output-only properties including `AutoUpgradeStartTime`, representing the time upgrades will commence, and `Description`, which provides a description of the upcoming upgrade."]]],[]]