public sealed class WeeklyMaintenanceWindow : IMessage<WeeklyMaintenanceWindow>, IEquatable<WeeklyMaintenanceWindow>, IDeepCloneable<WeeklyMaintenanceWindow>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis v1 API class WeeklyMaintenanceWindow.
Time window in which disruptive maintenance updates occur. Non-disruptive
updates can occur inside or outside this window.
[[["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-05-02 UTC."],[[["The `WeeklyMaintenanceWindow` class in the Google Cloud Memorystore for Redis v1 API defines a time frame for disruptive maintenance updates, with non-disruptive updates able to occur outside this window."],["This class is part of the `Google.Cloud.Redis.V1` namespace and is implemented by `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `WeeklyMaintenanceWindow` has properties for `Day` (the day of the week for updates), `Duration` (which is currently fixed at 1 hour), and `StartTime` (the start time in UTC)."],["The latest version of the documentation for `WeeklyMaintenanceWindow` is version 3.5.0, and the documentation provides information on versions ranging back to 2.2.0."],["The `WeeklyMaintenanceWindow` class has two constructors: a parameterless constructor and a constructor that takes another `WeeklyMaintenanceWindow` object as a parameter."]]],[]]