AutoPatchingSettingsArgs

data class AutoPatchingSettingsArgs(val additionalVmPatch: Output<Either<String, AdditionalVmPatch>>? = null, val dayOfWeek: Output<DayOfWeek>? = null, val enable: Output<Boolean>? = null, val maintenanceWindowDuration: Output<Int>? = null, val maintenanceWindowStartingHour: Output<Int>? = null) : ConvertibleToJava<AutoPatchingSettingsArgs>

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

Constructors

Link copied to clipboard
constructor(additionalVmPatch: Output<Either<String, AdditionalVmPatch>>? = null, dayOfWeek: Output<DayOfWeek>? = null, enable: Output<Boolean>? = null, maintenanceWindowDuration: Output<Int>? = null, maintenanceWindowStartingHour: Output<Int>? = null)

Properties

Link copied to clipboard
val additionalVmPatch: Output<Either<String, AdditionalVmPatch>>? = null

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

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

Day of week to apply the patch on.

Link copied to clipboard
val enable: Output<Boolean>? = null

Enable or disable autopatching on SQL virtual machine.

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

Duration of patching.

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

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

Functions

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