public sealed class MaintenanceUpdatePolicy.Types.MaintenanceWindow : IMessage<MaintenanceUpdatePolicy.Types.MaintenanceWindow>, IEquatable<MaintenanceUpdatePolicy.Types.MaintenanceWindow>, IDeepCloneable<MaintenanceUpdatePolicy.Types.MaintenanceWindow>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1beta API class MaintenanceUpdatePolicy.Types.MaintenanceWindow.
MaintenanceWindow specifies a preferred day and time for maintenance.
[[["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-24 UTC."],[[["This documentation covers the `MaintenanceWindow` class, which is part of the AlloyDB v1beta API within the `Google.Cloud.AlloyDb.V1Beta` namespace, and is used to define a preferred schedule for maintenance."],["The `MaintenanceWindow` class inherits from `object` and implements interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities within the .NET ecosystem."],["The class includes two constructors: a default constructor `MaintenanceWindow()` and an overloaded constructor `MaintenanceWindow(MaintenanceUpdatePolicy.Types.MaintenanceWindow other)` that allows for copying an existing `MaintenanceWindow` object."],["The `MaintenanceWindow` class provides two key properties, `Day` and `StartTime`, to specify the preferred day of the week and the preferred start time for maintenance operations, respectively, with maintenance starting within one hour of the designated time."]]],[]]