public sealed class InstanceGroupManagersStopInstancesRequest : IMessage<InstanceGroupManagersStopInstancesRequest>, IEquatable<InstanceGroupManagersStopInstancesRequest>, IDeepCloneable<InstanceGroupManagersStopInstancesRequest>, 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-04-09 UTC."],[[["This webpage details the `InstanceGroupManagersStopInstancesRequest` class within the `Google.Cloud.Compute.V1` namespace, a core component of Google Cloud's .NET API for managing Compute Engine resources, and specifically used to send a request to stop instances within instance group managers."],["The latest version of `InstanceGroupManagersStopInstancesRequest` is 3.6.0, and the page lists versions back to 1.0.0, allowing users to explore documentation for previous iterations."],["The `InstanceGroupManagersStopInstancesRequest` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a constructor `InstanceGroupManagersStopInstancesRequest` that takes another instance of the same class as a parameter and a default constructor with no parameter."],["The `InstanceGroupManagersStopInstancesRequest` class includes properties such as `ForceStop` (a boolean to skip instance initialization) and `Instances` (a list of instance URLs to stop), providing the ability to control exactly which instances within an instance group manager are stopped."]]],[]]