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"]],[["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 `InstanceGroupManagerAutoHealingPolicy` class within the `Google.Cloud.Compute.V1` namespace, detailing its usage and properties across multiple versions, ranging from 1.0.0 to the latest 3.6.0."],["`InstanceGroupManagerAutoHealingPolicy` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer management."],["The class has two constructors, one default and one that takes another `InstanceGroupManagerAutoHealingPolicy` object as a parameter for copying, and also lists inherited members from the `Object` class."],["The `InstanceGroupManagerAutoHealingPolicy` class has properties `HasHealthCheck`, `HasInitialDelaySec`, `HealthCheck`, and `InitialDelaySec`, which configure autohealing by checking for health status and setting the initial delay before autohealing policies are applied."],["The webpage highlights that the autohealing policy is defined by a health check URL and a delay in seconds, which ensures that new or recreated instances have time to initialize before health checks are enforced, with this delay value being within a range of 0 to 3600 seconds."]]],[]]