FsxOpenZfsFileSystemProtocolNfs constructor
const
FsxOpenZfsFileSystemProtocolNfs({
- required Input<
FsxOpenZfsFileSystemProtocolNfsMountOptions> mountOptions,
Creates a new FsxOpenZfsFileSystemProtocolNfs.
mountOptions Represents the mount options that are available for DataSync to access an NFS location. See below.
Implementation
const FsxOpenZfsFileSystemProtocolNfs({
required this.mountOptions,
});