LinuxVirtualMachineScaleSetTerminateNotificationArgs

data class LinuxVirtualMachineScaleSetTerminateNotificationArgs(val enabled: Output<Boolean>, val timeout: Output<String>? = null) : ConvertibleToJava<LinuxVirtualMachineScaleSetTerminateNotificationArgs>

Constructors

fun LinuxVirtualMachineScaleSetTerminateNotificationArgs(enabled: Output<Boolean>, timeout: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val enabled: Output<Boolean>

Should the terminate notification be enabled on this Virtual Machine Scale Set?

Link copied to clipboard
val timeout: Output<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.