Class: Aws::FSx::Types::OpenZFSNfsExport

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

Instance Attribute Details

#client_configurationsArray<Types::OpenZFSClientConfiguration>

A list of configuration objects that contain the client and options for mounting the OpenZFS file system.



6857
6858
6859
6860
6861
# File 'lib/aws-sdk-fsx/types.rb', line 6857

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