public sealed class DailyMaintenanceWindow : IMessage<DailyMaintenanceWindow>, IEquatable<DailyMaintenanceWindow>, IDeepCloneable<DailyMaintenanceWindow>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class DailyMaintenanceWindow.
Time window specified for daily maintenance operations.
[Output only] Duration of the time window, automatically chosen to be
smallest possible in the given scenario.
Duration will be in RFC3339
format "PTnHnMnS".
Time within the maintenance window to start the maintenance operations.
Time format should be in RFC3339
format "HH:MM", where HH : [00-23] and MM : [00-59] GMT.
[[["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."],[[["The latest version available for the `DailyMaintenanceWindow` class is 3.33.0, while the current page is displaying version 3.22.0."],["This page provides reference documentation and code samples for the `DailyMaintenanceWindow` class within the Google Kubernetes Engine v1 API."],["`DailyMaintenanceWindow` is a class that represents a time window specified for daily maintenance operations, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `DailyMaintenanceWindow` has two constructors: a default constructor `DailyMaintenanceWindow()` and a copy constructor `DailyMaintenanceWindow(DailyMaintenanceWindow other)`."],["The `DailyMaintenanceWindow` class contains properties to define maintenance duration, with the property `Duration`, and the start time of the window, with the property `StartTime`, both of which use RFC3339 format."]]],[]]