public sealed class MaintenancePolicy : IMessage<MaintenancePolicy>, IEquatable<MaintenancePolicy>, IDeepCloneable<MaintenancePolicy>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis v1beta1 API class MaintenancePolicy.
public RepeatedField<WeeklyMaintenanceWindow> WeeklyMaintenanceWindow { get; }
Optional. Maintenance window that is applied to resources covered by this
policy. Minimum 1. For the current version, the maximum number of
weekly_window 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 documentation details the `MaintenancePolicy` class, part of the Google Cloud Memorystore for Redis v1beta1 API, which is designed to manage maintenance operations for Redis instances."],["The `MaintenancePolicy` class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffer management."],["Key properties of `MaintenancePolicy` include `CreateTime` and `UpdateTime` (which are timestamps indicating when the policy was created and last updated), `Description` (a string field for describing the policy), and `WeeklyMaintenanceWindow` (a repeated field specifying maintenance windows)."],["The documentation also provides information about the `MaintenancePolicy`'s namespace, assembly and its constructors which are `MaintenancePolicy()` and `MaintenancePolicy(MaintenancePolicy other)`."],["There are currently 3 versions of this documented, `3.0.0-beta05 (latest)`, `3.0.0-beta04`, and `2.0.0-beta09`."]]],[]]