LinuxVirtualMachineOsImageNotificationArgs

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

Constructors

constructor(timeout: Output<String>? = null)

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.

Functions

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