public sealed class InstanceGroupManagerStandbyPolicy : IMessage<InstanceGroupManagerStandbyPolicy>, IEquatable<InstanceGroupManagerStandbyPolicy>, IDeepCloneable<InstanceGroupManagerStandbyPolicy>, IBufferMessage, IMessage
Specifies the number of seconds that the MIG should wait to suspend or stop a VM after that VM was created. The initial delay gives the initialization script the time to prepare your VM for a quick scale out. The value of initial delay must be between 0 and 3600 seconds. The default value is 0.
Defines how a MIG resumes or starts VMs from a standby pool when the group scales out. The default mode is MANUAL.
Check the Mode enum for the list of possible values.
[[["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-31 UTC."],[[["The content details various versions of the `InstanceGroupManagerStandbyPolicy`, ranging from version 1.0.0 to the latest 3.6.0, all within the `Google.Cloud.Compute.V1` namespace."],["`InstanceGroupManagerStandbyPolicy` is a class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is used to manage standby policies for Google Cloud Compute instance group managers."],["The class has properties `HasInitialDelaySec`, `HasMode`, `InitialDelaySec`, and `Mode` which control the behavior of the standby policy, such as whether an initial delay is set and the number of seconds, and how the VMs are started from a standby pool."],["There are two constructors available for `InstanceGroupManagerStandbyPolicy`: a default constructor and one that takes another `InstanceGroupManagerStandbyPolicy` object as a parameter for creating a new instance based on an existing one."],["The most recent version of this class is 3.6.0 and the page is presenting the 3.4.0 version."]]],[]]