GetInstanceGroupManagerInstanceLifecyclePolicy

data class GetInstanceGroupManagerInstanceLifecyclePolicy(val defaultActionOnFailure: String, val forceUpdateOnRepair: String)

Constructors

constructor(defaultActionOnFailure: String, forceUpdateOnRepair: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Default behavior for all instance or health check failures.

Link copied to clipboard

Specifies whether to apply the group's latest configuration when repairing a VM. Valid options are: YES, NO. If YES and you updated the group's instance template or per-instance configurations after the VM was created, then these changes are applied when VM is repaired. If NO (default), then updates are applied in accordance with the group's update policy type.