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

ExistingLustreConfig

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

When set in a StorageResourceConfig, indicates that an existing Managed Lustre instance should be imported.

interface ExistingLustreConfig {
lustre?: string;
}

§Properties

§
lustre?: string
[src]

Required. Immutable. Name of the Managed Lustre instance to import, in the format projects/{project}/locations/{location}/instances/{instance}