OrchestratedVirtualMachineScaleSetAutomaticInstanceRepairArgs

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

Constructors

Functions

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

Properties

Link copied to clipboard
val enabled: Output<Boolean>

Should the automatic instance repair be enabled on this Orchestrated Virtual Machine Scale Set? Possible values are true and false.

Link copied to clipboard
val gracePeriod: Output<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 30 and 90 minutes. Defaults to 30 minutes. The time duration should be specified in ISO 8601 format (e.g. PT30M to PT90M).