client Configurations
suspend fun clientConfigurations(value: Output<List<OpenZfsFileSystemRootVolumeConfigurationNfsExportsClientConfigurationArgs>>)
suspend fun clientConfigurations(value: List<OpenZfsFileSystemRootVolumeConfigurationNfsExportsClientConfigurationArgs>)
Parameters
value
A list of configuration objects that contain the client and options for mounting the OpenZFS file system. Maximum of 25 items. See Client Configurations Below.
suspend fun clientConfigurations(vararg values: Output<OpenZfsFileSystemRootVolumeConfigurationNfsExportsClientConfigurationArgs>)
suspend fun clientConfigurations(values: List<Output<OpenZfsFileSystemRootVolumeConfigurationNfsExportsClientConfigurationArgs>>)
suspend fun clientConfigurations(vararg values: OpenZfsFileSystemRootVolumeConfigurationNfsExportsClientConfigurationArgs)
Parameters
values
A list of configuration objects that contain the client and options for mounting the OpenZFS file system. Maximum of 25 items. See Client Configurations Below.
suspend fun clientConfigurations(argument: List<suspend OpenZfsFileSystemRootVolumeConfigurationNfsExportsClientConfigurationArgsBuilder.() -> Unit>)
suspend fun clientConfigurations(vararg argument: suspend OpenZfsFileSystemRootVolumeConfigurationNfsExportsClientConfigurationArgsBuilder.() -> Unit)
suspend fun clientConfigurations(argument: suspend OpenZfsFileSystemRootVolumeConfigurationNfsExportsClientConfigurationArgsBuilder.() -> Unit)
Parameters
argument
A list of configuration objects that contain the client and options for mounting the OpenZFS file system. Maximum of 25 items. See Client Configurations Below.