VirtualMachineAutoPatchingArgs

data class VirtualMachineAutoPatchingArgs(val dayOfWeek: Output<String>, val maintenanceWindowDurationInMinutes: Output<Int>, val maintenanceWindowStartingHour: Output<Int>) : ConvertibleToJava<VirtualMachineAutoPatchingArgs>

Constructors

Link copied to clipboard
constructor(dayOfWeek: Output<String>, maintenanceWindowDurationInMinutes: Output<Int>, maintenanceWindowStartingHour: Output<Int>)

Properties

Link copied to clipboard
val dayOfWeek: Output<String>

The day of week to apply the patch on. Possible values are Monday, Tuesday, Wednesday, Thursday, Friday, Saturday and Sunday.

Link copied to clipboard

The size of the Maintenance Window in minutes.

Link copied to clipboard

The Hour, in the Virtual Machine Time-Zone when the patching maintenance window should begin.

Functions

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