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

ExistingFilestoreConfig

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

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

interface ExistingFilestoreConfig {
filestore?: string;
}

§Properties

§
filestore?: string
[src]

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