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

GoogleCloudAiplatformV1LustreMount

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

Represents a mount configuration for Lustre file system.

interface GoogleCloudAiplatformV1LustreMount {
filesystem?: string;
instanceIp?: string;
mountPoint?: string;
volumeHandle?: string;
}

§Properties

§
filesystem?: string
[src]

Required. The name of the Lustre filesystem.

§
instanceIp?: string
[src]

Required. IP address of the Lustre instance.

§
mountPoint?: string
[src]

Required. Destination mount path. The Lustre file system will be mounted for the user under /mnt/lustre/

§
volumeHandle?: string
[src]

Required. The unique identifier of the Lustre volume.