MaintenanceWindowResponse

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

Maintenance window properties of a server.

Constructors

Link copied to clipboard
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 window is enabled or disabled

Link copied to clipboard
val dayOfWeek: Int? = null

day of week for maintenance window

Link copied to clipboard
val startHour: Int? = null

start hour for maintenance window

Link copied to clipboard
val startMinute: Int? = null

start minute for maintenance window