Class: Aws::DataSync::Types::FsxUpdateProtocol
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::FsxUpdateProtocol
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
Specifies the data transfer protocol that DataSync uses to access your Amazon FSx file system.
<note markdown=“1”> You can’t update the Network File System (NFS) protocol configuration for FSx for ONTAP locations. DataSync currently only supports NFS version 3 with this location type.
</note>
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#nfs ⇒ Types::FsxProtocolNfs
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).
-
#smb ⇒ Types::FsxUpdateProtocolSmb
Specifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your FSx for ONTAP file system’s storage virtual machine (SVM).
Instance Attribute Details
#nfs ⇒ Types::FsxProtocolNfs
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).
3736 3737 3738 3739 3740 3741 |
# File 'lib/aws-sdk-datasync/types.rb', line 3736 class FsxUpdateProtocol < Struct.new( :nfs, :smb) SENSITIVE = [] include Aws::Structure end |
#smb ⇒ Types::FsxUpdateProtocolSmb
Specifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your FSx for ONTAP file system’s storage virtual machine (SVM).
3736 3737 3738 3739 3740 3741 |
# File 'lib/aws-sdk-datasync/types.rb', line 3736 class FsxUpdateProtocol < Struct.new( :nfs, :smb) SENSITIVE = [] include Aws::Structure end |