Reference documentation and code samples for the Compute Engine v1 API enum InstanceGroupsListInstancesRequest.Types.InstanceState.
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.
[[["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."],[[["This page provides reference documentation for the `InstanceGroupsListInstancesRequest.Types.InstanceState` enum within the Google Cloud Compute Engine v1 API, specifically for .NET."],["The enum is used to filter the state of instances in an instance group, allowing users to list all instances or only those that are currently in the `RUNNING` state."],["The `ALL` field in the enum includes all instances, irrespective of their state, whereas `RUNNING` includes only the running instances."],["There is an `UndefinedInstanceState` field that is used to indicate that the enum field is not set."],["The documentation covers multiple versions of the API, from version 1.0.0 to the latest version 3.6.0, and includes links to each specific version's documentation."]]],[]]