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-03-21 UTC."],[[["The `MaintenanceUpdatePolicy` class in the AlloyDB v1beta API defines how system updates are managed, and it is available in versions 1.0.0-beta08 and 1.0.0-beta09 (latest)."],["This class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`MaintenanceUpdatePolicy` includes properties such as `MaintenanceWindows`, which is a `RepeatedField` type used to set the preferred maintenance time."],["There are two constructors available: a parameterless constructor and one that takes another `MaintenanceUpdatePolicy` object as a parameter for initialization."]]],[]]