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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/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.



7287
7288
7289
7290
7291
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7287

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