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

NfsDatastore

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

The NFS datastore configuration.

interface NfsDatastore {
googleFileService?: GoogleFileService;
googleVmwareFileService?: GoogleVmwareFileService;
thirdPartyFileService?: ThirdPartyFileService;
}

§Properties

§
googleFileService?: GoogleFileService
[src]

Google service file service configuration

§
googleVmwareFileService?: GoogleVmwareFileService
[src]

GCVE file service configuration

§
thirdPartyFileService?: ThirdPartyFileService
[src]

Third party file service configuration