public sealed class MaintenanceSchedule : IMessage<MaintenanceSchedule>, IEquatable<MaintenanceSchedule>, IDeepCloneable<MaintenanceSchedule>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1alpha 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-21 UTC."],[[["The `MaintenanceSchedule` class in the AlloyDB v1alpha API represents a scheduled maintenance event derived from the `MaintenanceUpdatePolicy`."],["This class is immutable once generated, with changes only possible through modification of the `MaintenanceUpdatePolicy`."],["The `MaintenanceSchedule` class provides a `StartTime` property, representing when maintenance is scheduled to begin."],["The class `MaintenanceSchedule` has 2 constructors, one empty, and one to populate it from another `MaintenanceSchedule` object."],["The `MaintenanceSchedule` class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]