Class: Aws::DataSync::Types::FsxUpdateProtocol

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

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.

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).



3462
3463
3464
3465
3466
3467
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3462

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

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



3462
3463
3464
3465
3466
3467
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3462

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