Open Zfs Volume Nfs Exports Client Configuration Args
data class OpenZfsVolumeNfsExportsClientConfigurationArgs(val clients: Output<String>, val options: Output<List<String>>) : ConvertibleToJava<OpenZfsVolumeNfsExportsClientConfigurationArgs>
Constructors
Link copied to clipboard
fun OpenZfsVolumeNfsExportsClientConfigurationArgs(clients: Output<String>, options: Output<List<String>>)
Functions
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.