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