Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

InstanceGroupsListInstancesRequest

import type { InstanceGroupsListInstancesRequest } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface InstanceGroupsListInstancesRequest {
instanceState?: "ALL" | "RUNNING";
}

§Properties

§
instanceState?: "ALL" | "RUNNING"
[src]

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.