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."],[[["The `DailyMaintenanceWindow` class in the `Google.Cloud.Container.V1` namespace provides a way to define a time frame for daily maintenance operations within Google Cloud Container."],["Version 3.33.0 is the latest version available for the `DailyMaintenanceWindow`, with a comprehensive list of previous versions dating back to 2.3.0 also provided for reference and access."],["The `DailyMaintenanceWindow` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which enables functionality such as message handling and deep cloning."],["Key properties of the `DailyMaintenanceWindow` include `Duration`, representing the length of the maintenance window, and `StartTime`, specifying the start time for maintenance operations, both formatted according to RFC3339."],["The class offers two constructors: one default constructor `DailyMaintenanceWindow()` and another that accepts a `DailyMaintenanceWindow` object for copying, `DailyMaintenanceWindow(DailyMaintenanceWindow other)`."]]],[]]