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"]],[["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."],[[["The `MaintenanceSchedule` class in the AlloyDB v1beta API represents a generated maintenance schedule derived from `MaintenanceUpdatePolicy`."],["This schedule, which is automatically generated, considers `MaintenanceWindow` settings and `DenyPeriod` conflicts, and is cleared after the update is implemented."],["The `MaintenanceSchedule` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `StartTime` property of the `MaintenanceSchedule` class is output-only, indicating the scheduled start time of the maintenance, with a `Timestamp` type."],["The `MaintenanceSchedule` class has two constructors; one is the default `MaintenanceSchedule()` constructor, and the other is the `MaintenanceSchedule(MaintenanceSchedule other)` constructor, which takes another `MaintenanceSchedule` as a parameter."]]],[]]