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

NfsExport

import type { NfsExport } from "https://googleapis.deno.dev/v1/baremetalsolution:v2.ts";

A NFS export entry.

interface NfsExport {
allowDev?: boolean;
allowSuid?: boolean;
cidr?: string;
machineId?: string;
networkId?: string;
noRootSquash?: boolean;
permissions?: "PERMISSIONS_UNSPECIFIED" | "READ_ONLY" | "READ_WRITE";
}

§Properties

§
allowDev?: boolean
[src]

Allow dev flag in NfsShare AllowedClientsRequest.

§
allowSuid?: boolean
[src]

Allow the setuid flag.

§
cidr?: string
[src]

A CIDR range.

§
machineId?: string
[src]

Either a single machine, identified by an ID, or a comma-separated list of machine IDs.

§
networkId?: string
[src]

Network to use to publish the export.

§
noRootSquash?: boolean
[src]

Disable root squashing, which is a feature of NFS. Root squash is a special mapping of the remote superuser (root) identity when using identity authentication.

§
permissions?: "PERMISSIONS_UNSPECIFIED" | "READ_ONLY" | "READ_WRITE"
[src]

Export permissions.