VirtualMachineAutoPatching

data class VirtualMachineAutoPatching(val dayOfWeek: String, val maintenanceWindowDurationInMinutes: Int, val maintenanceWindowStartingHour: Int)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.