LinuxVirtualMachineScaleSetAutomaticInstanceRepair

data class LinuxVirtualMachineScaleSetAutomaticInstanceRepair(val enabled: Boolean, val gracePeriod: String? = null)

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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