OpenZfsVolumeNfsExportsArgs

data class OpenZfsVolumeNfsExportsArgs(val clientConfigurations: Output<List<OpenZfsVolumeNfsExportsClientConfigurationArgs>>) : ConvertibleToJava<OpenZfsVolumeNfsExportsArgs>

Constructors

Link copied to clipboard
constructor(clientConfigurations: Output<List<OpenZfsVolumeNfsExportsClientConfigurationArgs>>)

Properties

Link copied to clipboard

A list of configuration objects that contain the client and options for mounting the OpenZFS file system. Maximum of 25 items. See client_configurations Block below for details.

Functions

Link copied to clipboard
open override fun toJava(): OpenZfsVolumeNfsExportsArgs