public sealed class MaintenancePolicy : IMessage<MaintenancePolicy>, IEquatable<MaintenancePolicy>, IDeepCloneable<MaintenancePolicy>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Memorystore for Memcached v1 API class MaintenancePolicy.
public RepeatedField<WeeklyMaintenanceWindow> WeeklyMaintenanceWindow { get; }
Required. Maintenance window that is applied to resources covered by this
policy. Minimum 1. For the current version, the maximum number of
weekly_maintenance_windows is expected to be one.
[[["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 `MaintenancePolicy` class within the Google Cloud Memorystore for Memcached v1 API, specifically version 2.3.0."],["The `MaintenancePolicy` class, found in the `Google.Cloud.Memcache.V1` namespace, is used to define maintenance policies for instances, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `MaintenancePolicy` class include `CreateTime`, `Description`, `UpdateTime`, and `WeeklyMaintenanceWindow`, allowing for the management and description of maintenance schedules."],["There are two constructors available for the `MaintenancePolicy` class: a default constructor and one that takes another `MaintenancePolicy` object as a parameter."],["There are multiple versions of the `MaintenancePolicy` class available, with version 2.5.0 being the latest, and 1.0.0 the oldest, all the way to the current 2.3.0."]]],[]]