Class: Aws::FSx::Types::OpenZFSNfsExport
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::OpenZFSNfsExport
- 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
-
#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.
7442 7443 7444 7445 7446 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7442 class OpenZFSNfsExport < Struct.new( :client_configurations) SENSITIVE = [] include Aws::Structure end |