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-04-09 UTC."],[[["The webpage documents the `InstanceGroupsListInstancesRequest` class within the `Google.Cloud.Compute.V1` namespace, highlighting its use in managing instances."],["The content provides a comprehensive version history, from version 1.0.0 up to the latest version 3.6.0, with links to the respective documentation for each version."],["The class `InstanceGroupsListInstancesRequest` inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities and place within the .NET framework."],["Key properties of the `InstanceGroupsListInstancesRequest` class are detailed, such as `HasInstanceState` (a boolean indicating if the \"instance_state\" field is set) and `InstanceState` (a string property to filter the state of instances, either \"ALL\" or \"RUNNING\")."],["The page provides access to the constructors of the `InstanceGroupsListInstancesRequest` class, allowing the creation of either a new instance, or one based off of another `InstanceGroupsListInstancesRequest` object."]]],[]]