LinuxVirtualMachineScaleSetAutomaticInstanceRepairArgs

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

Constructors

fun LinuxVirtualMachineScaleSetAutomaticInstanceRepairArgs(enabled: Output<Boolean>, gracePeriod: Output<String>? = null)

Functions

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

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) 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.