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 document details the `InstanceGroupsListInstancesRequest` class within the `Google.Cloud.Compute.V1` namespace, part of the Google Cloud .NET library."],["This class is versioned with a list of available versions, ranging from 1.0.0 to the latest 3.6.0."],["`InstanceGroupsListInstancesRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the `Object` class."],["The class includes constructors and properties, such as `HasInstanceState` (boolean) and `InstanceState` (string), allowing for the filtering of instances by state."],["The `InstanceState` property allows users to filter the instances in a group, with options for 'ALL' or 'RUNNING', and if none is given, it defaults to all instances."]]],[]]