Class: Aws::DataSync::Types::FsxProtocol

Inherits:
Struct
  • Object
show all
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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nfsTypes::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).



3272
3273
3274
3275
3276
3277
# File 'lib/aws-sdk-datasync/types.rb', line 3272

class FsxProtocol < Struct.new(
  :nfs,
  :smb)
  SENSITIVE = []
  include Aws::Structure
end

#smbTypes::FsxProtocolSmb

Specifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your FSx for ONTAP file system’s SVM.



3272
3273
3274
3275
3276
3277
# File 'lib/aws-sdk-datasync/types.rb', line 3272

class FsxProtocol < Struct.new(
  :nfs,
  :smb)
  SENSITIVE = []
  include Aws::Structure
end