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-21 UTC."],[[["The webpage provides documentation for the `InstanceGroupManagerAutoHealingPolicy` class within the `Google.Cloud.Compute.V1` namespace, detailing its usage and properties across multiple versions."],["The latest documented version is 3.6.0, with previous versions ranging down to 1.0.0, allowing developers to access documentation specific to their project's requirements."],["The `InstanceGroupManagerAutoHealingPolicy` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparisons, deep cloning, and buffered operations."],["The class includes two constructors, a default one and one for creating a new instance based on an existing `InstanceGroupManagerAutoHealingPolicy`, which is helpful for cloning."],["Key properties of this class include `HasHealthCheck`, `HasInitialDelaySec`, `HealthCheck` and `InitialDelaySec`, which manage the autohealing policy such as the health check URL and the initial delay before applying policies to new or recreated instances."]]],[]]