Reference documentation and code samples for the Compute Engine v1 API enum InstanceGroupManagerInstanceLifecyclePolicy.Types.DefaultActionOnFailure.
The action that a MIG performs on a failed or an unhealthy VM. A VM is marked as unhealthy when the application running on that VM fails a health check. Valid values are - REPAIR (default): MIG automatically repairs a failed or an unhealthy VM by recreating it. For more information, see About repairing VMs in a MIG. - DO_NOTHING: MIG does not repair a failed or an unhealthy VM.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This page provides versioned documentation for the `InstanceGroupManagerInstanceLifecyclePolicy.Types.DefaultActionOnFailure` enum within the Google.Cloud.Compute.V1 .NET library, with versions ranging from 1.0.0 to the latest 3.6.0."],["The `DefaultActionOnFailure` enum defines the action a Managed Instance Group (MIG) should take when a virtual machine (VM) fails or becomes unhealthy."],["The enum supports two primary actions: `REPAIR`, which automatically recreates failed or unhealthy VMs, and `DO_NOTHING`, which leaves failed or unhealthy VMs as they are."],["There is a specific field, `UndefinedDefaultActionOnFailure`, that represents that the enum field is not set."],["The `REPAIR` action is the default behavior for MIGs when handling failed or unhealthy VMs."]]],[]]