LinuxVirtualMachineScaleSetAutomaticInstanceRepair

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

Constructors

constructor(action: String? = null, enabled: Boolean, gracePeriod: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val action: String? = null

The repair action that will be used for repairing unhealthy virtual machines in the scale set. Possible values include Replace, Restart, Reimage.

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 for which automatic repairs will be delayed. The grace period starts right after the VM is found unhealthy. Possible values are between 10 and 90 minutes. The time duration should be specified in ISO 8601 format (e.g. PT10M to PT90M).