Sha256: b5ea46fa8c15e0a68e3541b2053d989b3363e748345deed624d4dacc37851828
Contents?: true
Size: 557 Bytes
Versions: 4
Compression:
Stored size: 557 Bytes
Contents
# KubernetesMaintenanceWindow ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **day_of_the_week** | **String** | The day of the week for a maintenance window. | [optional] | | **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 varies by 15 minutes. | [optional] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::KubernetesMaintenanceWindow.new( day_of_the_week: Monday, time: 13:00:00 ) ```
Version data entries
4 entries across 4 versions & 1 rubygems