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;
}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.