public sealed class InstanceGroupManagersSuspendInstancesRequest : IMessage<InstanceGroupManagersSuspendInstancesRequest>, IEquatable<InstanceGroupManagersSuspendInstancesRequest>, IDeepCloneable<InstanceGroupManagersSuspendInstancesRequest>, IBufferMessage, IMessage
[[["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."],[[["This document outlines the `InstanceGroupManagersSuspendInstancesRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically focusing on version 3.4.0 and its associated documentation."],["The `InstanceGroupManagersSuspendInstancesRequest` class is used to represent a request to suspend instances managed by an Instance Group Manager, inheriting from `object` and implementing multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties like `ForceSuspend`, a boolean flag to bypass instance initialization during suspension, `HasForceSuspend`, which checks if the `ForceSuspend` field is set, and `Instances`, which lists the URLs of the instances to suspend."],["The document provides links to various versions of the class documentation, ranging from 1.0.0 to the latest 3.6.0, all pertaining to the `InstanceGroupManagersSuspendInstancesRequest`."],["The `InstanceGroupManagersSuspendInstancesRequest` class provides two constructors, one empty and one allowing an input of the same class type as a parameter to be copied."]]],[]]