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."],[[["This webpage provides documentation for the `DailyMaintenanceWindow` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment, spanning versions from 2.3.0 up to the latest version 3.33.0."],["The `DailyMaintenanceWindow` class is used to define a time period during which maintenance operations can occur, and it includes properties such as `Duration` and `StartTime` to specify the maintenance window."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with the .NET and Google Protobuf ecosystems."],["The most recent documentation available on the webpage pertains to version 3.33.0 of the API, which is considered the latest release for the `DailyMaintenanceWindow` class."],["The full list of available versions for the `DailyMaintenanceWindow` class within the `Google.Cloud.Container.V1` namespace, includes all versions between 2.3.0 and 3.33.0, and there is a version 3.8.0 that is documented in detail."]]],[]]