LinuxVirtualMachineTerminationNotification

data class LinuxVirtualMachineTerminationNotification(val enabled: Boolean, val timeout: String? = null)

Constructors

constructor(enabled: Boolean, timeout: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Should the termination notification be enabled on this Virtual Machine?

Link copied to clipboard
val timeout: String? = null

Length of time (in minutes, between 5 and 15) a notification to be sent to the VM on the instance metadata server till the VM gets deleted. The time duration should be specified in ISO 8601 format. Defaults to PT5M.