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

ReservationBlockPhysicalTopology

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

§Properties

§
block?: string
[src]

The hash of the capacity block within the cluster.

§
cluster?: string
[src]

The cluster name of the reservation block.