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

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.

§
host?: string
[src]

[Output Only] The ID of the host on which the running instance is located. Instances on the same host experience the lowest possible network latency.

§
subblock?: string
[src]

[Output Only] The ID of the sub-block in which the running instance is located. Instances in the same sub-block experience lower network latency than instances in the same block.