Linux VMGuest Patch Automatic By Platform Settings Args
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
Link copied to clipboard
fun LinuxVMGuestPatchAutomaticByPlatformSettingsArgs(bypassPlatformSafetyChecksOnUserSchedule: Output<Boolean>? = null, rebootSetting: Output<Either<String, LinuxVMGuestPatchAutomaticByPlatformRebootSetting>>? = null)
Functions
Properties
Link copied to clipboard
val rebootSetting: Output<Either<String, LinuxVMGuestPatchAutomaticByPlatformRebootSetting>>? = null