Sha256: fd4ece53f7df6168c14971bdeaa67a1210506be6b9eceba2b9bd2b60d35f1a09
Contents?: true
Size: 531 Bytes
Versions: 1
Compression:
Stored size: 531 Bytes
Contents
# KubernetesMaintenanceWindow ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **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\"Z\"; 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 ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ionoscloud-6.1.2 | docs/models/KubernetesMaintenanceWindow.md |