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 v1alpha 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-21 UTC."],[[["The `MaintenanceWindow` class, part of the AlloyDB v1alpha API, allows users to define preferred maintenance schedules."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities for message handling and object comparison."],["The `MaintenanceWindow` class has two constructors for creating instances, either empty or based on an existing `MaintenanceWindow` object."],["Key properties of the `MaintenanceWindow` class include `Day`, to set the preferred day of the week, and `StartTime`, to specify the preferred start time, with the maintenance starting within one hour of the specified time."],["The class is contained in the `Google.Cloud.AlloyDb.V1Alpha` namespace, within the Google.Cloud.AlloyDb.V1Alpha.dll assembly."]]],[]]