public sealed class InstanceGroupManagerAutoHealingPolicy : IMessage<InstanceGroupManagerAutoHealingPolicy>, IEquatable<InstanceGroupManagerAutoHealingPolicy>, IDeepCloneable<InstanceGroupManagerAutoHealingPolicy>, IBufferMessage, IMessage
The number of seconds that the managed instance group waits before it applies autohealing policies to new instances or recently recreated instances. This initial delay allows instances to initialize and run their startup scripts before the instance group determines that they are UNHEALTHY. This prevents the managed instance group from recreating its instances prematurely. This value must be from range [0, 3600].
[[["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\u003eThe \u003ccode\u003eInstanceGroupManagerAutoHealingPolicy\u003c/code\u003e class, part of the Google.Cloud.Compute.V1 namespace, is used for defining autohealing policies within Google Cloud's managed instance groups.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the API documentation is 3.6.0, while there are also documented versions that go all the way back to 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInstanceGroupManagerAutoHealingPolicy\u003c/code\u003e class includes properties for specifying the health check URL (\u003ccode\u003eHealthCheck\u003c/code\u003e) and the initial delay before applying autohealing policies (\u003ccode\u003eInitialDelaySec\u003c/code\u003e), with the delay ranging from 0 to 3600 seconds.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, making it compatible with Google's Protocol Buffers and .NET's object handling features.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available for this class, a parameterless constructor, and one that accepts another \u003ccode\u003eInstanceGroupManagerAutoHealingPolicy\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"]]],[],null,[]]