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

ReservationSubBlockPhysicalTopology

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

§Properties

§
block?: string
[src]

The hash of the capacity block within the cluster.

§
cluster?: string
[src]

The cluster name of the reservation subBlock.

§
subBlock?: string
[src]

The hash of the capacity sub-block within the capacity block.