Class: Aws::DataSync::Types::FsxProtocol
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::FsxProtocol
- Defined in:
- gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb
Overview
Specifies the data transfer protocol that DataSync uses to access your Amazon FSx file system.
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::FsxProtocolSmb
Specifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your FSx for ONTAP file system's 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).
2991 2992 2993 2994 2995 2996 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2991 class FsxProtocol < Struct.new( :nfs, :smb) SENSITIVE = [] include Aws::Structure end |
#smb ⇒ Types::FsxProtocolSmb
Specifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your FSx for ONTAP file system's SVM.
2991 2992 2993 2994 2995 2996 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2991 class FsxProtocol < Struct.new( :nfs, :smb) SENSITIVE = [] include Aws::Structure end |