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

AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState

import type { AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState } from "https://googleapis.deno.dev/v1/compute:v1.ts";

Info for each topology state.

interface AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState {
count?: number;
state?:
| "AVAILABLE"
| "DEGRADED"
| "RUNNING"
| "TOPOLOGY_STATE_UNSPECIFIED"
| "UNHEALTHY";
}

§Properties

§
count?: number
[src]

The number of accelerator topologies in this state.

§
state?: "AVAILABLE" | "DEGRADED" | "RUNNING" | "TOPOLOGY_STATE_UNSPECIFIED" | "UNHEALTHY"
[src]

The state of the accelerator topology.