FsxOpenZfsFileSystemProtocol constructor
const
FsxOpenZfsFileSystemProtocol({
- required Input<
FsxOpenZfsFileSystemProtocolNfs> nfs,
Creates a new FsxOpenZfsFileSystemProtocol.
nfs Represents the Network File System (NFS) protocol that DataSync uses to access your FSx for OpenZFS file system. See below.
Implementation
const FsxOpenZfsFileSystemProtocol({
required this.nfs,
});