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."],[[["This webpage provides documentation for the `InstanceGroupsListInstancesRequest` class within the `Google.Cloud.Compute.V1` namespace in the .NET environment, with the latest version being 3.6.0."],["The `InstanceGroupsListInstancesRequest` class, found in the `Google.Cloud.Compute.V1.dll` assembly, is a concrete class inheriting from `Object` and implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `HasInstanceState` (a boolean indicating if the instance state is set) and `InstanceState` (a string used to filter instances by state)."],["There are two constructors available for the class: a default one and one that takes an `InstanceGroupsListInstancesRequest` object as an argument for creating a copy."],["The documentation lists multiple previous versions of the class, ranging from 1.0.0 to 3.5.0, in addition to the latest 3.6.0 version."]]],[]]