WindowsVirtualMachineOsImageNotificationArgs

data class WindowsVirtualMachineOsImageNotificationArgs(val timeout: Output<String>? = null) : ConvertibleToJava<WindowsVirtualMachineOsImageNotificationArgs>

Constructors

Functions

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

Properties

Link copied to clipboard
val timeout: Output<String>? = null

Length of time a notification to be sent to the VM on the instance metadata server till the VM gets OS upgraded. The only possible value is PT15M. Defaults to PT15M.