Class: Aws::FSx::Types::OpenZFSNfsExport
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::FSx::Types::OpenZFSNfsExport
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-fsx/types.rb
 
Overview
The Network File System (NFS) configurations for mounting an Amazon FSx for OpenZFS file system.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #client_configurations  ⇒ Array<Types::OpenZFSClientConfiguration> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of configuration objects that contain the client and options for mounting the OpenZFS file system.
 
Instance Attribute Details
#client_configurations ⇒ Array<Types::OpenZFSClientConfiguration>
A list of configuration objects that contain the client and options for mounting the OpenZFS file system.
      7457 7458 7459 7460 7461  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 7457 class OpenZFSNfsExport < Struct.new( :client_configurations) SENSITIVE = [] include Aws::Structure end  |