public sealed class MaintenanceSchedule : IMessage<MaintenanceSchedule>, IEquatable<MaintenanceSchedule>, IDeepCloneable<MaintenanceSchedule>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1beta API class MaintenanceSchedule.
MaintenanceSchedule stores the maintenance schedule generated from
the MaintenanceUpdatePolicy, once a maintenance rollout is triggered, if
MaintenanceWindow is set, and if there is no conflicting DenyPeriod.
The schedule is cleared once the update takes place. This field cannot be
manually changed; modify the MaintenanceUpdatePolicy instead.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eMaintenanceSchedule\u003c/code\u003e class in the AlloyDB v1beta API represents a generated maintenance schedule derived from \u003ccode\u003eMaintenanceUpdatePolicy\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis schedule, which is automatically generated, considers \u003ccode\u003eMaintenanceWindow\u003c/code\u003e settings and \u003ccode\u003eDenyPeriod\u003c/code\u003e conflicts, and is cleared after the update is implemented.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMaintenanceSchedule\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eStartTime\u003c/code\u003e property of the \u003ccode\u003eMaintenanceSchedule\u003c/code\u003e class is output-only, indicating the scheduled start time of the maintenance, with a \u003ccode\u003eTimestamp\u003c/code\u003e type.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMaintenanceSchedule\u003c/code\u003e class has two constructors; one is the default \u003ccode\u003eMaintenanceSchedule()\u003c/code\u003e constructor, and the other is the \u003ccode\u003eMaintenanceSchedule(MaintenanceSchedule other)\u003c/code\u003e constructor, which takes another \u003ccode\u003eMaintenanceSchedule\u003c/code\u003e as a parameter.\u003c/p\u003e\n"]]],[],null,["# AlloyDB v1beta API - Class MaintenanceSchedule (1.0.0-beta12)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta12 (latest)](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Beta/latest/Google.Cloud.AlloyDb.V1Beta.MaintenanceSchedule)\n- [1.0.0-beta11](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Beta/1.0.0-beta11/Google.Cloud.AlloyDb.V1Beta.MaintenanceSchedule) \n\n public sealed class MaintenanceSchedule : IMessage\u003cMaintenanceSchedule\u003e, IEquatable\u003cMaintenanceSchedule\u003e, IDeepCloneable\u003cMaintenanceSchedule\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the AlloyDB v1beta API class MaintenanceSchedule.\n\nMaintenanceSchedule stores the maintenance schedule generated from\nthe MaintenanceUpdatePolicy, once a maintenance rollout is triggered, if\nMaintenanceWindow is set, and if there is no conflicting DenyPeriod.\nThe schedule is cleared once the update takes place. This field cannot be\nmanually changed; modify the MaintenanceUpdatePolicy instead. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e MaintenanceSchedule \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[MaintenanceSchedule](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Beta/latest/Google.Cloud.AlloyDb.V1Beta.MaintenanceSchedule), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[MaintenanceSchedule](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Beta/latest/Google.Cloud.AlloyDb.V1Beta.MaintenanceSchedule), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[MaintenanceSchedule](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Beta/latest/Google.Cloud.AlloyDb.V1Beta.MaintenanceSchedule), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.AlloyDb.V1Beta](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Beta/latest/Google.Cloud.AlloyDb.V1Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.AlloyDb.V1Beta.dll\n\nConstructors\n------------\n\n### MaintenanceSchedule()\n\n public MaintenanceSchedule()\n\n### MaintenanceSchedule(MaintenanceSchedule)\n\n public MaintenanceSchedule(MaintenanceSchedule other)\n\nProperties\n----------\n\n### StartTime\n\n public Timestamp StartTime { get; set; }\n\nOutput only. The scheduled start time for the maintenance."]]