public sealed class MaintenanceWindow : IMessage<MaintenanceWindow>, IEquatable<MaintenanceWindow>, IDeepCloneable<MaintenanceWindow>, IBufferMessage, IMessage
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eMaintenanceWindow\u003c/code\u003e class in the \u003ccode\u003eGoogle.Cloud.Container.V1\u003c/code\u003e namespace defines the maintenance schedule for a cluster, allowing you to specify windows for maintenance operations.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of \u003ccode\u003eMaintenanceWindow\u003c/code\u003e is 3.33.0, and there are various previous versions available, from 3.32.0 down to 2.3.0.\u003c/p\u003e\n"],["\u003cp\u003eUsers can configure either a daily maintenance window through \u003ccode\u003eDailyMaintenanceWindow\u003c/code\u003e or recurring maintenance windows through \u003ccode\u003eRecurringWindow\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMaintenanceExclusions\u003c/code\u003e can be defined as exceptions to the maintenance window, preventing non-emergency maintenance from occurring during specific time periods.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMaintenanceWindow\u003c/code\u003e class implements various interfaces such as IMessage, IEquatable, and IDeepCloneable, allowing for cloning, comparison and serialization.\u003c/p\u003e\n"]]],[],null,[]]