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-03-21 UTC."],[[["The `MaintenanceSchedule` class in the Google.Cloud.AlloyDb.V1 namespace represents a maintenance schedule for the AlloyDB v1 API."],["Maintenance schedules are generated based on `MaintenanceUpdatePolicy`, `MaintenanceWindow`, and `DenyPeriod` settings and are cleared after the update."],["The class offers constructors for creating new instances, including one that takes another `MaintenanceSchedule` object as a parameter."],["It implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, and inherits members from the base `object` class."],["`StartTime` is a key property that indicates the scheduled start time for maintenance and has an output-only designation."]]],[]]