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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eInstanceGroupManagerInstanceLifecyclePolicy\u003c/code\u003e class within the Google Cloud Compute V1 library for .NET, spanning multiple versions from 1.0.0 to the latest 3.6.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInstanceGroupManagerInstanceLifecyclePolicy\u003c/code\u003e class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, for handling message serialization and equality checks.\u003c/p\u003e\n"],["\u003cp\u003eThis class has two constructors, one default and one that takes another \u003ccode\u003eInstanceGroupManagerInstanceLifecyclePolicy\u003c/code\u003e object for copying and it has \u003ccode\u003eForceUpdateOnRepair\u003c/code\u003e, and \u003ccode\u003eHasForceUpdateOnRepair\u003c/code\u003e as properties.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eForceUpdateOnRepair\u003c/code\u003e property, a string, determines if the latest configuration is forcefully applied during VM repair, and it has an enum with valid options of "YES" or "NO", while \u003ccode\u003eHasForceUpdateOnRepair\u003c/code\u003e indicates whether the "force_update_on_repair" field is set.\u003c/p\u003e\n"]]],[],null,[]]