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

RegionInstanceGroupsListInstancesRequest

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

§Properties

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

Instances in which state should be returned. Valid options are: 'ALL', 'RUNNING'. By default, it lists all instances.

§
portName?: string
[src]

Name of port user is interested in. It is optional. If it is set, only information about this ports will be returned. If it is not set, all the named ports will be returned. Always lists all instances.