public sealed class MaintenanceWindow : IMessage<MaintenanceWindow>, IEquatable<MaintenanceWindow>, IDeepCloneable<MaintenanceWindow>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class MaintenanceWindow.
MaintenanceWindow defines the maintenance window to be used for the cluster.
public RecurringTimeWindow RecurringWindow { get; set; }
RecurringWindow specifies some number of recurring time periods for
maintenance to occur. The time windows may be overlapping. If no
maintenance windows are set, maintenance can occur at any time.
[[["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 page provides reference documentation for the `MaintenanceWindow` class within the Google Kubernetes Engine v1 API, specifically for version 3.17.0 and its related versions."],["The `MaintenanceWindow` class, which is a part of the `Google.Cloud.Container.V1` namespace, is used to define the maintenance window configurations for a cluster."],["The page details the `MaintenanceWindow` class's implementation of multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` allowing for a wide range of operations."],["The documentation outlines the class's constructors, including a default constructor and one that takes another `MaintenanceWindow` instance for cloning, and it also defines properties like `DailyMaintenanceWindow`, `MaintenanceExclusions`, `PolicyCase`, and `RecurringWindow` used to customize maintenance scheduling."],["The current version is not the latest, with `3.33.0` representing the newest update and listed at the top of the document list, and multiple older versions are accessible as well, all the way down to `2.3.0`."]]],[]]