> For the complete documentation index, see [llms.txt](https://docs.ionos.com/ruby-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/ruby-sdk/models/kubernetesmaintenancewindow.md).

# KubernetesMaintenanceWindow

## Properties

\| **day\_of\_the\_week** | **String** | The weekday for a maintenance window. | |

\| **time** | **String** | The time to use for a maintenance window. Accepted formats are: HH:mm:ss; HH:mm:ss\&quot;Z\&quot;; HH:mm:ssZ. This time may vary by 15 minutes. | |

## Example

```ruby
require 'ionoscloud'


instance = Ionoscloud::KubernetesMaintenanceWindow.new(
  day_of_the_week: Monday,

  time: 13:00:00
)
```
