Class: Aws::DataSync::Types::FsxProtocolNfs

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#mount_optionsTypes::NfsMountOptions

Specifies how DataSync can access a location using the NFS protocol.



3373
3374
3375
3376
3377
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3373

class FsxProtocolNfs < Struct.new(
  :mount_options)
  SENSITIVE = []
  include Aws::Structure
end