LocationFsxOntapFileSystemProtocolNfs constructor
const
LocationFsxOntapFileSystemProtocolNfs({
- required Input<
LocationFsxOntapFileSystemProtocolNfsMountOptions> mountOptions,
Creates a new LocationFsxOntapFileSystemProtocolNfs.
mountOptions Mount options that are available for DataSync to access an NFS location. See NFS Mount Options below.
Implementation
const LocationFsxOntapFileSystemProtocolNfs({
required this.mountOptions,
});