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-03-21 UTC."],[[["This page provides documentation for the `DailyMaintenanceWindow` class within the `Google.Cloud.Container.V1` namespace, covering versions from 2.3.0 up to the latest 3.33.0."],["The `DailyMaintenanceWindow` class is used to specify a time window for daily maintenance operations and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor (`DailyMaintenanceWindow()`) and a copy constructor (`DailyMaintenanceWindow(DailyMaintenanceWindow other)`), for which the `other` parameter is a `DailyMaintenanceWindow` object."],["`DailyMaintenanceWindow` objects have two key properties: `Duration`, which specifies the duration of the maintenance window in RFC3339 format, and `StartTime`, which indicates when maintenance operations should begin, also in RFC3339 format."],["The documentation lists numerous inherited members from the `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, showcasing its inheritance structure."]]],[]]