public sealed class InstanceGroupsListInstancesRequest : IMessage<InstanceGroupsListInstancesRequest>, IEquatable<InstanceGroupsListInstancesRequest>, IDeepCloneable<InstanceGroupsListInstancesRequest>, IBufferMessage, IMessage
A filter for the state of the instances in the instance group. Valid options are ALL or RUNNING. If you do not specify this parameter the list includes all instances regardless of their state.
Check the InstanceState 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-24 UTC."],[[["The latest version of `InstanceGroupsListInstancesRequest` is 3.6.0, as seen by the version links provided."],["This page documents the `InstanceGroupsListInstancesRequest` class, part of the `Google.Cloud.Compute.V1` namespace in the Google Cloud .NET library, with a version of 1.2.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data structures."],["The `InstanceGroupsListInstancesRequest` class includes properties such as `HasInstanceState` (a boolean indicating if the \"instance_state\" is set) and `InstanceState` (a string representing the state of instances, which can be ALL or RUNNING)."],["The page lists the available versions of `InstanceGroupsListInstancesRequest` ranging from version 1.0.0 to the latest 3.6.0, allowing users to navigate to documentation for other available versions."]]],[]]