ServerGroupClusterMaintenanceWindowResponse

data class ServerGroupClusterMaintenanceWindowResponse(val customWindow: String? = null, val dayOfWeek: Int? = null, val startHour: Int? = null, val startMinute: Int? = null)

Schedule settings for regular cluster updates.

Constructors

constructor(customWindow: String? = null, dayOfWeek: Int? = null, startHour: Int? = null, startMinute: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val customWindow: String? = null

Indicates whether custom maintenance window is enabled or not.

Link copied to clipboard
val dayOfWeek: Int? = null

Preferred day of the week for maintenance window.

Link copied to clipboard
val startHour: Int? = null

Start hour within preferred day of the week for maintenance window.

Link copied to clipboard
val startMinute: Int? = null

Start minute within the start hour for maintenance window.