public sealed class MaintenanceUpdatePolicy : IMessage<MaintenanceUpdatePolicy>, IEquatable<MaintenanceUpdatePolicy>, IDeepCloneable<MaintenanceUpdatePolicy>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1beta API class MaintenanceUpdatePolicy.
MaintenanceUpdatePolicy defines the policy for system updates.
[[["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-04-17 UTC."],[[["The `MaintenanceUpdatePolicy` class in the Google.Cloud.AlloyDb.V1Beta API defines the policy for system updates in AlloyDB."],["The latest version of this class is 1.0.0-beta09, with version 1.0.0-beta08 also available in documentation."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality."],["It includes a property `MaintenanceWindows`, of type `RepeatedField`, which allows specification of preferred maintenance windows and is limited to one."],["There are two constructors available, one being the default constructor, and another which copies the values of another `MaintenanceUpdatePolicy` object into the new one."]]],[]]