public sealed class MaintenanceSchedule : IMessage<MaintenanceSchedule>, IEquatable<MaintenanceSchedule>, IDeepCloneable<MaintenanceSchedule>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1 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"]],[["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-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eMaintenanceSchedule\u003c/code\u003e class in the Google.Cloud.AlloyDb.V1 namespace represents a maintenance schedule for the AlloyDB v1 API.\u003c/p\u003e\n"],["\u003cp\u003eMaintenance schedules are generated based on \u003ccode\u003eMaintenanceUpdatePolicy\u003c/code\u003e, \u003ccode\u003eMaintenanceWindow\u003c/code\u003e, and \u003ccode\u003eDenyPeriod\u003c/code\u003e settings and are cleared after the update.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers constructors for creating new instances, including one that takes another \u003ccode\u003eMaintenanceSchedule\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eIt implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and inherits members from the base \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eStartTime\u003c/code\u003e is a key property that indicates the scheduled start time for maintenance and has an output-only designation.\u003c/p\u003e\n"]]],[],null,[]]