public sealed class WeeklyMaintenanceWindow : IMessage<WeeklyMaintenanceWindow>, IEquatable<WeeklyMaintenanceWindow>, IDeepCloneable<WeeklyMaintenanceWindow>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Memorystore for Memcached v1 API class WeeklyMaintenanceWindow.
[[["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."],[[["This documentation page covers the `WeeklyMaintenanceWindow` class within the Google Cloud Memorystore for Memcached v1 API, specifically version 2.3.0."],["The `WeeklyMaintenanceWindow` class defines a time window for scheduled weekly operations, and it inherits from `object` while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating a new instance and copying an existing one, with the parameter `other` being another `WeeklyMaintenanceWindow` instance."],["Key properties of the `WeeklyMaintenanceWindow` class are `Day`, `Duration`, and `StartTime`, which define the day of the week, the length of the window, and the start time in UTC, respectively, for the scheduled maintenance."],["The latest version of the `WeeklyMaintenanceWindow` is version 2.5.0, with the available versions ranging from 1.0.0 to the latest version."]]],[]]