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-21 UTC."],[[["The latest version of the `InstanceGroupsListInstancesRequest` is 3.6.0, which can be found with the relative path: `/dotnet/docs/reference/Google.Cloud.Compute.V1/latest/Google.Cloud.Compute.V1.InstanceGroupsListInstancesRequest`."],["This document outlines various versions of `InstanceGroupsListInstancesRequest`, spanning from version 1.0.0 up to the current latest 3.6.0."],["The `InstanceGroupsListInstancesRequest` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `InstanceGroupsListInstancesRequest` includes two constructors, one default and another that accepts another `InstanceGroupsListInstancesRequest` as a parameter for copying."],["The class features properties such as `HasInstanceState` which is a bool to determine if the instance_state field is set, and `InstanceState`, a string, to filter the state of instances in the group."]]],[]]