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, part of the `Google.Cloud.Compute.V1` namespace, is used for requesting a list of instances within an instance group, with the latest version being 3.6.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The `InstanceGroupsListInstancesRequest` class includes properties like `HasInstanceState` and `InstanceState` to determine and filter the state of instances, with supported options being ALL or RUNNING, and when no parameter is specified it will default to show all instances regardless of their current state."],["This class has both a parameterless constructor and another that accepts another `InstanceGroupsListInstancesRequest` object as a parameter, used for construction or copying of data."],["Available documentation covers a wide range of versions, from 1.0.0 to 3.6.0, showcasing the evolution and development of the `InstanceGroupsListInstancesRequest` over time, with each version offering a unique and singular link to its documentation."]]],[]]