| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DataSync.Types.FsxProtocol
Description
Synopsis
Documentation
data FsxProtocol Source #
Specifies the data transfer protocol that DataSync uses to access your Amazon FSx file system.
See: newFsxProtocol smart constructor.
Constructors
| FsxProtocol' | |
Fields
| |
Instances
newFsxProtocol :: FsxProtocol Source #
Create a value of FsxProtocol with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nfs:FsxProtocol', fsxProtocol_nfs - Specifies the Network File System (NFS) protocol configuration that
DataSync uses to access your FSx for OpenZFS file system or FSx for
ONTAP file system's storage virtual machine (SVM).
$sel:smb:FsxProtocol', fsxProtocol_smb - Specifies the Server Message Block (SMB) protocol configuration that
DataSync uses to access your FSx for ONTAP file system's SVM.
fsxProtocol_nfs :: Lens' FsxProtocol (Maybe FsxProtocolNfs) Source #
Specifies the Network File System (NFS) protocol configuration that DataSync uses to access your FSx for OpenZFS file system or FSx for ONTAP file system's storage virtual machine (SVM).
fsxProtocol_smb :: Lens' FsxProtocol (Maybe FsxProtocolSmb) Source #
Specifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your FSx for ONTAP file system's SVM.