Class: Aws::DataSync::Types::FsxProtocolNfs
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataSync::Types::FsxProtocolNfs
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-datasync/types.rb
 
Overview
Specifies the Network File System (NFS) protocol configuration that DataSync uses to access your Amazon FSx for OpenZFS or Amazon FSx for NetApp ONTAP file system.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #mount_options  ⇒ Types::NfsMountOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies how DataSync can access a location using the NFS protocol.
 
Instance Attribute Details
#mount_options ⇒ Types::NfsMountOptions
Specifies how DataSync can access a location using the NFS protocol.
      3282 3283 3284 3285 3286  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 3282 class FsxProtocolNfs < Struct.new( :mount_options) SENSITIVE = [] include Aws::Structure end  |