MaintenanceWindowArgs

data class MaintenanceWindowArgs(val customWindow: Output<String>? = null, val dayOfWeek: Output<Int>? = null, val startHour: Output<Int>? = null, val startMinute: Output<Int>? = null) : ConvertibleToJava<MaintenanceWindowArgs>

Maintenance window properties of a server.

Constructors

Link copied to clipboard
constructor(customWindow: Output<String>? = null, dayOfWeek: Output<Int>? = null, startHour: Output<Int>? = null, startMinute: Output<Int>? = null)

Properties

Link copied to clipboard
val customWindow: Output<String>? = null

indicates whether custom window is enabled or disabled

Link copied to clipboard
val dayOfWeek: Output<Int>? = null

day of week for maintenance window

Link copied to clipboard
val startHour: Output<Int>? = null

start hour for maintenance window

Link copied to clipboard
val startMinute: Output<Int>? = null

start minute for maintenance window

Functions

Link copied to clipboard
open override fun toJava(): MaintenanceWindowArgs