OpenZfsVolumeNfsExportsClientConfigurationArgs

data class OpenZfsVolumeNfsExportsClientConfigurationArgs(val clients: Output<String>, val options: Output<List<String>>) : ConvertibleToJava<OpenZfsVolumeNfsExportsClientConfigurationArgs>

Constructors

fun OpenZfsVolumeNfsExportsClientConfigurationArgs(clients: Output<String>, options: Output<List<String>>)

Functions

Link copied to clipboard
open override fun toJava(): OpenZfsVolumeNfsExportsClientConfigurationArgs

Properties

Link copied to clipboard
val clients: Output<String>

A value that specifies who can mount the file system. You can provide a wildcard character (*), an IP address (0.0.0.0), or a CIDR address (192.0.2.0/24. By default, Amazon FSx uses the wildcard character when specifying the client.

Link copied to clipboard
val options: Output<List<String>>

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.