public sealed class MaintenanceUpdatePolicy : IMessage<MaintenanceUpdatePolicy>, IEquatable<MaintenanceUpdatePolicy>, IDeepCloneable<MaintenanceUpdatePolicy>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1 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 in the Google Cloud AlloyDB v1 API defines the policy for system updates."],["This class is part of the `Google.Cloud.AlloyDb.V1` namespace and is implemented in the `Google.Cloud.AlloyDb.V1.dll` assembly."],["The latest version of this class is 1.9.0, with multiple previous versions available, including down to 1.0.0."],["`MaintenanceUpdatePolicy` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class allows for specifying preferred maintenance windows through the `MaintenanceWindows` property, which is a `RepeatedField` of `MaintenanceWindow` types."]]],[]]