WindowsVMGuestPatchAutomaticByPlatformSettingsArgs

data class WindowsVMGuestPatchAutomaticByPlatformSettingsArgs(val bypassPlatformSafetyChecksOnUserSchedule: Output<Boolean>? = null, val rebootSetting: Output<Either<String, WindowsVMGuestPatchAutomaticByPlatformRebootSetting>>? = null) : ConvertibleToJava<WindowsVMGuestPatchAutomaticByPlatformSettingsArgs>

Specifies additional settings to be applied when patch mode AutomaticByPlatform is selected in Windows patch settings.

Constructors

fun WindowsVMGuestPatchAutomaticByPlatformSettingsArgs(bypassPlatformSafetyChecksOnUserSchedule: Output<Boolean>? = null, rebootSetting: Output<Either<String, WindowsVMGuestPatchAutomaticByPlatformRebootSetting>>? = null)

Functions

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

Properties

Link copied to clipboard

Enables customer to schedule patching without accidental upgrades

Link copied to clipboard

Specifies the reboot setting for all AutomaticByPlatform patch installation operations.