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."],[[["This webpage details the `InstanceGroupsListInstancesRequest` class within the `Google.Cloud.Compute.V1` namespace, including its methods, properties, and inheritance structure."],["The latest version of this class documented is 3.6.0, with prior versions listed, down to version 1.0.0."],["The `InstanceGroupsListInstancesRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has properties such as `HasInstanceState`, which indicates if the \"instance_state\" field is set, and `InstanceState`, which allows filtering by instance state, with valid options of \"ALL\" or \"RUNNING\"."],["The page gives full details on how to construct an InstanceGroupsListInstancesRequest object, with two available constuctors."]]],[]]