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 webpage provides documentation for the `InstanceGroupsListInstancesRequest` class within the `Google.Cloud.Compute.V1` namespace, spanning multiple versions."],["Version 3.6.0 is the latest documented version, and version 2.13.0 is specifically detailed in the text, along with many others, each with a link to its respective documentation."],["The `InstanceGroupsListInstancesRequest` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors and properties such as `HasInstanceState` (a boolean indicating if the instance_state field is set) and `InstanceState` (a string property for filtering instances by their state, either ALL or RUNNING)."],["The documentation covers inherited members like `GetHashCode`, `GetType`, and `ToString`, along with descriptions of the assembly and namespace where the class resides."]]],[]]