FlexibleServerMaintenanceWindow

data class FlexibleServerMaintenanceWindow(val dayOfWeek: Int? = null, val startHour: Int? = null, val startMinute: Int? = null)

Constructors

Link copied to clipboard
constructor(dayOfWeek: Int? = null, startHour: Int? = null, startMinute: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dayOfWeek: Int? = null

The day of week for maintenance window, where the week starts on a Sunday, i.e. Sunday = 0, Monday = 1. Defaults to 0.

Link copied to clipboard
val startHour: Int? = null

The start hour for maintenance window. Defaults to 0.

Link copied to clipboard
val startMinute: Int? = null

The start minute for maintenance window. Defaults to 0.