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 `InstanceGroupsListInstancesRequest` class has been released in multiple versions, with 3.6.0 being the latest."],["This class is part of the `Google.Cloud.Compute.V1` namespace and is defined in the `Google.Cloud.Compute.V1.dll` assembly."],["The `InstanceGroupsListInstancesRequest` class inherits from the base `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes two constructors, one default and one that takes another `InstanceGroupsListInstancesRequest` object as a parameter."],["It contains the `InstanceState` property, a string, which filters instances by state (ALL or RUNNING) and the boolean `HasInstanceState` property, which indicates if `InstanceState` has been set."]]],[]]