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

NewReservedInstancesConfig

import type { NewReservedInstancesConfig } from "https://googleapis.deno.dev/v1/hypercomputecluster:v1.ts";

When set in a ComputeResourceConfig, indicates that VM instances should be created from a reservation.

interface NewReservedInstancesConfig {
reservation?: string;
}

§Properties

§
reservation?: string
[src]

Optional. Immutable. Name of the reservation from which VM instances should be created, in the format projects/{project}/zones/{zone}/reservations/{reservation}.