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-04-09 UTC."],[[["This webpage provides documentation for the `InstanceGroupManagerStandbyPolicy` class within the `Google.Cloud.Compute.V1` namespace, detailing its implementation and usage across various versions, from 1.0.0 to the latest 3.6.0."],["The `InstanceGroupManagerStandbyPolicy` class, which inherits from `object` and implements multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`, manages the standby behavior of instance group managers."],["The class offers two constructors: a default constructor and another that accepts an existing `InstanceGroupManagerStandbyPolicy` object for duplication."],["Key properties of the class include `HasInitialDelaySec`, `HasMode`, `InitialDelaySec`, and `Mode`, allowing for configuration of VM suspension and startup delays, as well as defining how VMs resume from standby during scale-out operations, defaulting to manual mode."],["The content provides links to the documentation of each version of this class, with 3.6.0 being the latest, and links to the inherited members, namespace, and assembly."]]],[]]