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-03-24 UTC."],[[["This document provides reference documentation for the `InstanceState` enum within the `Google.Cloud.Compute.V1` namespace, specifically for use with the `InstanceGroupsListInstancesRequest.Types` in the Compute Engine v1 API."],["The `InstanceState` enum offers options to filter instances by their state, including `All` (all instances), `Running` (only running instances), or `UndefinedInstanceState` (enum field not set)."],["The document details the available versions of the `InstanceState` enum, ranging from the latest version `3.6.0` down to version `1.0.0`."],["The purpose of the `InstanceState` enum is to allow users to filter and retrieve instances within an instance group based on whether they are in a running state or if all instances are required, regardless of their state."]]],[]]