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

NewLustreConfig

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

When set in a StorageResourceConfig, indicates that a new Managed Lustre instance should be created.

interface NewLustreConfig {
capacityGb?: bigint;
description?: string;
filesystem?: string;
lustre?: string;
}

§Properties

§
capacityGb?: bigint
[src]

Required. Immutable. Storage capacity of the instance in gibibytes (GiB). Allowed values are between 18000 and 7632000.

§
description?: string
[src]

Optional. Immutable. Description of the Managed Lustre instance. Maximum of 2048 characters.

§
filesystem?: string
[src]

Required. Immutable. Filesystem name for this instance. This name is used by client-side tools, including when mounting the instance. Must be 8 characters or less and can only contain letters and numbers.

§
lustre?: string
[src]

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