public sealed class MaintenanceUpdatePolicy : IMessage<MaintenanceUpdatePolicy>, IEquatable<MaintenanceUpdatePolicy>, IDeepCloneable<MaintenanceUpdatePolicy>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1alpha 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-03-21 UTC."],[[["The `MaintenanceUpdatePolicy` class, part of the AlloyDB v1alpha API, defines the rules for system updates."],["This class is found in the `Google.Cloud.AlloyDb.V1Alpha` namespace, within the `Google.Cloud.AlloyDb.V1Alpha.dll` assembly, with the latest version being 1.0.0-alpha10."],["`MaintenanceUpdatePolicy` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for enhanced functionality and structure."],["It includes constructors for default initialization and copying from another `MaintenanceUpdatePolicy` object."],["The class includes the `MaintenanceWindows` property, which stores a collection of preferred maintenance windows, limited to one window currently, that are of the type `RepeatedField\u003cMaintenanceUpdatePolicy.Types.MaintenanceWindow\u003e`."]]],[]]