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 of the Google Cloud Container V1 API's `AutoUpgradeOptions` is 3.33.0, and documentation is available for versions ranging from 3.0.0 up to 3.33.0."],["`AutoUpgradeOptions` is a class within the `Google.Cloud.Container.V1` namespace that controls how automatic upgrades are managed in Google Kubernetes Engine."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`AutoUpgradeOptions` has two constructors, one being a parameterless constructor and the other taking an `AutoUpgradeOptions` object as a parameter, allowing for object creation and cloning."],["The `AutoUpgradeOptions` class includes two properties: `AutoUpgradeStartTime`, which indicates the expected start time of an upgrade, and `Description`, providing details of the imminent upgrade, both of which are strings."]]],[]]