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

StorageResource

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

A resource representing a form of persistent storage that is accessible to compute resources in the cluster.

interface StorageResource {
bucket?: BucketReference;
filestore?: FilestoreReference;
lustre?: LustreReference;
}

§Properties

§

Reference to a Google Cloud Storage bucket. Populated if and only if the storage resource was configured to use Google Cloud Storage.

§

Required. Immutable. Configuration for this storage resource, which describes how it should be created or imported. This field only controls how the storage resource is initially created or imported. Subsequent changes to the storage resource should be made via the resource's API and will not be reflected in the configuration.

§

Reference to a Filestore instance. Populated if and only if the storage resource was configured to use Filestore.

§

Reference to a Managed Lustre instance. Populated if and only if the storage resource was configured to use Managed Lustre.