public sealed class DailyMaintenanceWindow : IMessage<DailyMaintenanceWindow>, IEquatable<DailyMaintenanceWindow>, IDeepCloneable<DailyMaintenanceWindow>, IBufferMessage, IMessage
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 page provides documentation for the `DailyMaintenanceWindow` class within the `Google.Cloud.Container.V1` namespace, used to define time windows for daily maintenance operations."],["The `DailyMaintenanceWindow` class is available in various versions, ranging from 2.3.0 to the latest 3.33.0, each with its own documentation."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation, equality comparisons, deep cloning, and buffered message handling."],["The `DailyMaintenanceWindow` class has properties `Duration` and `StartTime`, which specify the duration and start time of the daily maintenance window, respectively, using RFC3339 format."],["The class also inherits members from the base `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]