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

ThirdPartyFileService

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

Third party file service configuration

interface ThirdPartyFileService {
fileShare?: string;
network?: string;
servers?: string[];
}

§Properties

§
fileShare?: string
[src]

Required. Required Mount Folder name

§
network?: string
[src]

Required. Required to identify vpc peering used for NFS access network name of NFS's vpc e.g. projects/project-id/global/networks/my-network_id

§
servers?: string[]
[src]

Required. Server IP addresses of the NFS file service. NFS v3, provide a single IP address or DNS name. Multiple servers can be supported in future when NFS 4.1 protocol support is enabled.