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

InstanceGroupManagerStatusAcceleratorTopology

import type { InstanceGroupManagerStatusAcceleratorTopology } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface InstanceGroupManagerStatusAcceleratorTopology {
readonly acceleratorTopology?: string;
readonly state?:
| "ACTIVATING"
| "ACTIVE"
| "DEACTIVATING"
| "FAILED"
| "INCOMPLETE"
| "REACTIVATING";
}

§Properties

§
readonly acceleratorTopology?: string
[src]

Output only. [Output Only] Topology in the format of: "16x16", "4x4x4", etc. The value is the same as configured in the WorkloadPolicy.

§
readonly state?: "ACTIVATING" | "ACTIVE" | "DEACTIVATING" | "FAILED" | "INCOMPLETE" | "REACTIVATING"
[src]

Output only. [Output Only] The state of the accelerator topology.

§

Output only. [Output Only] The result of the latest accelerator topology state check.