WindowsVirtualMachineScaleSetAutomaticInstanceRepairArgs

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

Constructors

Functions

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

Properties

Link copied to clipboard
val enabled: Output<Boolean>

Should the automatic instance repair be enabled on this Virtual Machine Scale Set?

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

Amount of time (in minutes, between 30 and 90, defaults to 30 minutes) for which automatic repairs will be delayed. The grace period starts right after the VM is found unhealthy. The time duration should be specified in ISO 8601 format. Defaults to PT30M.