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

ResourceStatusPhysicalHostTopologyAdditionalAttributes

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

Additional location information of the running instance.

interface ResourceStatusPhysicalHostTopologyAdditionalAttributes {
readonly acceleratorTopologyIds?: {
[key: string]: string;
}
;
}

§Properties

§
readonly acceleratorTopologyIds?: {
[key: string]: string;
}
[src]

Output only. The IDs of the accelerator topologies the instance belongs to. For example The key will be topologies like "4x4", "2x2x2" and the value will be the location ID of the topologies.