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

ReservationSlotPhysicalTopology

import type { ReservationSlotPhysicalTopology } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface ReservationSlotPhysicalTopology {
block?: string;
cluster?: string;
host?: string;
subBlock?: string;
}

§Properties

§
block?: string
[src]

The unique identifier of the capacity block within the cluster.

§
cluster?: string
[src]

The cluster name of the reservation sub-block.

§
host?: string
[src]

The unique identifier of the capacity host within the capacity sub-block.

§
subBlock?: string
[src]

The unique identifier of the capacity sub-block within the capacity block.