Open Zfs File System Root Volume Configuration Nfs Exports Client Configuration
data class OpenZfsFileSystemRootVolumeConfigurationNfsExportsClientConfiguration(val clients: String, val options: List<String>)
Constructors
Link copied to clipboard
fun OpenZfsFileSystemRootVolumeConfigurationNfsExportsClientConfiguration(clients: String, options: List<String>)
Types
Properties
Link copied to clipboard
The options to use when mounting the file system. Maximum of 20 items. See the Linix NFS exports man page for more information. crossmount
and sync
are used by default.