NfsExportResponse

data class NfsExportResponse(val allowDev: Boolean, val allowSuid: Boolean, val cidr: String, val machineId: String, val networkId: String, val noRootSquash: Boolean, val permissions: String)

A NFS export entry.

Constructors

Link copied to clipboard
fun NfsExportResponse(allowDev: Boolean, allowSuid: Boolean, cidr: String, machineId: String, networkId: String, noRootSquash: Boolean, permissions: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Allow dev flag in NfsShare AllowedClientsRequest.

Link copied to clipboard

Allow the setuid flag.

Link copied to clipboard

A CIDR range.

Link copied to clipboard

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

Link copied to clipboard

Network to use to publish the export.

Link copied to clipboard

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.

Link copied to clipboard

Export permissions.