public sealed class InstanceGroupManagerAutoHealingPolicy : IMessage<InstanceGroupManagerAutoHealingPolicy>, IEquatable<InstanceGroupManagerAutoHealingPolicy>, IDeepCloneable<InstanceGroupManagerAutoHealingPolicy>, IBufferMessage, IMessage
The initial delay is the number of seconds that a new VM takes to initialize and run its startup script. During a VM's initial delay period, the MIG ignores unsuccessful health checks because the VM might be in the startup process. This prevents the MIG from prematurely recreating a VM. If the health check receives a healthy response during the initial delay, it indicates that the startup process is complete and the VM is ready. The value of initial delay must be between 0 and 3600 seconds. The default value is 0.
[[["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."],[[["This webpage provides documentation for the `InstanceGroupManagerAutoHealingPolicy` class within the `Google.Cloud.Compute.V1` namespace, detailing its structure and functionality across multiple versions."],["The latest documented version is 3.6.0, with a comprehensive list of available versions ranging from 1.0.0 up to the current latest, allowing users to reference documentation specific to their deployed version."],["The `InstanceGroupManagerAutoHealingPolicy` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its integration with Google Cloud's infrastructure."],["Key properties of the `InstanceGroupManagerAutoHealingPolicy` include `HealthCheck` (a URL for health check signaling) and `InitialDelaySec` (the duration a new VM takes to initialize, between 0 and 3600 seconds), both of which are settable and retrievable."],["The documentation includes two constructors for the `InstanceGroupManagerAutoHealingPolicy` class: a default constructor and one that takes another instance of the same class as a parameter for copying."]]],[]]