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-04-09 UTC."],[[["The latest version of the Google.Cloud.Container.V1 API is 3.33.0, with documentation available for multiple previous versions, including the current 3.24.0 version."],["The `DailyMaintenanceWindow` class, part of the Google Kubernetes Engine v1 API, is used to specify the time window for daily maintenance operations."],["`DailyMaintenanceWindow` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DailyMaintenanceWindow` class has two constructors, one default and one that accepts another `DailyMaintenanceWindow` object as a parameter, and it contains properties such as `Duration` and `StartTime`."],["The `Duration` property is an output-only field specifying the time window's length in RFC3339 format, and the `StartTime` property specifies the start time in RFC3339 format."]]],[]]