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.