public sealed class MaintenanceSchedule : IMessage<MaintenanceSchedule>, IEquatable<MaintenanceSchedule>, IDeepCloneable<MaintenanceSchedule>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Memorystore for Memcached v1 API class MaintenanceSchedule.
[[["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 document provides reference documentation for the `MaintenanceSchedule` class within the Cloud Memorystore for Memcached v1 API, specifically version 2.2.0."],["The `MaintenanceSchedule` class represents an upcoming maintenance schedule and inherits from `Object`, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `MaintenanceSchedule` class include `EndTime`, `ScheduleDeadlineTime`, and `StartTime`, all of which are timestamps indicating the duration of the scheduled maintenance."],["There are different versions of the same api, with 2.5.0 being the latest version, and there are also versions as low as 1.0.0."],["The `MaintenanceSchedule` can be created with a constructor with no parameter, or with another `MaintenanceSchedule` object as a parameter."]]],[]]