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";
readonly stateDetails?: InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails;
}§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.
§
readonly stateDetails?: InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails
[src]Output only. [Output Only] The result of the latest accelerator topology state check.