ResourceStatusPhysicalHostTopology
import type { ResourceStatusPhysicalHostTopology } from "https://googleapis.deno.dev/v1/compute:v1.ts";
Represents the physical host topology of the host on which the VM is running.
interface ResourceStatusPhysicalHostTopology {
block?: string;
cluster?: string;
host?: string;
subblock?: string;
}§Properties
§
block?: string
[src][Output Only] The ID of the block in which the running instance is located. Instances within the same block experience low network latency.
§
cluster?: string
[src][Output Only] The global name of the Compute Engine cluster where the running instance is located.