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-04-09 UTC."],[[["This webpage details the `InstanceGroupsListInstancesRequest` class within the `Google.Cloud.Compute.V1` namespace, found in the `Google.Cloud.Compute.V1.dll` assembly."],["The `InstanceGroupsListInstancesRequest` class implements several interfaces, including `IMessage`, `IEquatable\u003cInstanceGroupsListInstancesRequest\u003e`, `IDeepCloneable\u003cInstanceGroupsListInstancesRequest\u003e`, and `IBufferMessage`."],["This page provides documentation for multiple versions of the `InstanceGroupsListInstancesRequest`, ranging from version 1.0.0 up to the latest, 3.6.0."],["The class includes two constructors: a default constructor `InstanceGroupsListInstancesRequest()` and a copy constructor `InstanceGroupsListInstancesRequest(InstanceGroupsListInstancesRequest other)`."],["The `InstanceGroupsListInstancesRequest` class contains properties such as `HasInstanceState` and `InstanceState`, allowing to check if the instance state field is set and to manage instance state filtering, respectively."]]],[]]