public sealed class InstanceGroupManagerInstanceLifecyclePolicy : IMessage<InstanceGroupManagerInstanceLifecyclePolicy>, IEquatable<InstanceGroupManagerInstanceLifecyclePolicy>, IDeepCloneable<InstanceGroupManagerInstanceLifecyclePolicy>, IBufferMessage, IMessage
A bit indicating whether to forcefully apply the group's latest configuration when repairing a VM. Valid options are: - NO (default): If configuration updates are available, they are not forcefully applied during repair. Instead, configuration updates are applied according to the group's update policy. - YES: If configuration updates are available, they are applied during repair.
Check the ForceUpdateOnRepair enum for the list of possible values.
[[["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-03-24 UTC."],[[["The webpage provides documentation for the `InstanceGroupManagerInstanceLifecyclePolicy` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.11.0."],["This class, part of the Google.Cloud.Compute.V1.dll assembly, implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists available versions of the `InstanceGroupManagerInstanceLifecyclePolicy` class, ranging from version 1.0.0 up to the latest version 3.6.0."],["The `InstanceGroupManagerInstanceLifecyclePolicy` class includes a property called `ForceUpdateOnRepair`, a string, that indicates whether to forcefully apply the group's latest configuration when repairing a VM, with possible values of \"NO\" or \"YES\"."],["There is also a boolean property called `HasForceUpdateOnRepair` which will return if the `force_update_on_repair` field is set."]]],[]]