Windows VMGuest Patch Automatic By Platform Settings Response
data class WindowsVMGuestPatchAutomaticByPlatformSettingsResponse(val bypassPlatformSafetyChecksOnUserSchedule: Boolean? = null, val rebootSetting: String? = null)
Specifies additional settings to be applied when patch mode AutomaticByPlatform is selected in Windows patch settings.
Constructors
Link copied to clipboard
fun WindowsVMGuestPatchAutomaticByPlatformSettingsResponse(bypassPlatformSafetyChecksOnUserSchedule: Boolean? = null, rebootSetting: String? = null)