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.
6502 6503 6504 6505 6506 |
# File 'lib/aws-sdk-fsx/types.rb', line 6502 class OpenZFSNfsExport < Struct.new( :client_configurations) SENSITIVE = [] include Aws::Structure end |