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

StorageConfig

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

Description of how a storage resource should be mounted on a VM instance.

interface StorageConfig {
id?: string;
localMount?: string;
}

§Properties

§
id?: string
[src]

Required. ID of the storage resource to mount, which must match a key in the cluster's storage_resources.

§
localMount?: string
[src]

Required. A directory inside the VM instance's file system where the storage resource should be mounted (e.g., /mnt/share).