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 {
readonly additionalAttributes?: ResourceStatusPhysicalHostTopologyAdditionalAttributes;
block?: string;
cluster?: string;
host?: string;
subblock?: string;
}§Properties
§
readonly additionalAttributes?: ResourceStatusPhysicalHostTopologyAdditionalAttributes
[src]Output only. [Output Only] Additional location information of the running instance.
§
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.