LinuxVMGuestPatchAutomaticByPlatformSettingsArgs

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

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

Constructors

constructor(bypassPlatformSafetyChecksOnUserSchedule: Output<Boolean>? = null, rebootSetting: Output<Either<String, LinuxVMGuestPatchAutomaticByPlatformRebootSetting>>? = null)

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.

Functions

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