AutoPatchingSettingsResponse

data class AutoPatchingSettingsResponse(val additionalVmPatch: String? = null, val dayOfWeek: String? = null, val enable: Boolean? = null, val maintenanceWindowDuration: Int? = null, val maintenanceWindowStartingHour: Int? = null)

Set a patching window during which Windows and SQL patches will be applied.

Constructors

Link copied to clipboard
constructor(additionalVmPatch: String? = null, dayOfWeek: String? = null, enable: Boolean? = null, maintenanceWindowDuration: Int? = null, maintenanceWindowStartingHour: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Additional Patch to be enable or enabled on the SQL Virtual Machine.

Link copied to clipboard
val dayOfWeek: String? = null

Day of week to apply the patch on.

Link copied to clipboard
val enable: Boolean? = null

Enable or disable autopatching on SQL virtual machine.

Link copied to clipboard

Duration of patching.

Link copied to clipboard

Hour of the day when patching is initiated. Local VM time.