KubernetesMaintenanceWindow
Name | Type | Description | Notes |
---|---|---|---|
day_of_the_week | String | The day of the week 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 varies by 15 minutes. | |
require 'ionoscloud'
instance = Ionoscloud::KubernetesMaintenanceWindow.new(
day_of_the_week: Monday,
time: 13:00:00
)
Last modified 1yr ago