Open Zfs File System Root Volume Configuration Args
data class OpenZfsFileSystemRootVolumeConfigurationArgs(val copyTagsToSnapshots: Output<Boolean>? = null, val dataCompressionType: Output<String>? = null, val nfsExports: Output<OpenZfsFileSystemRootVolumeConfigurationNfsExportsArgs>? = null, val readOnly: Output<Boolean>? = null, val recordSizeKib: Output<Int>? = null, val userAndGroupQuotas: Output<List<OpenZfsFileSystemRootVolumeConfigurationUserAndGroupQuotaArgs>>? = null) : ConvertibleToJava<OpenZfsFileSystemRootVolumeConfigurationArgs>
Constructors
Link copied to clipboard
fun OpenZfsFileSystemRootVolumeConfigurationArgs(copyTagsToSnapshots: Output<Boolean>? = null, dataCompressionType: Output<String>? = null, nfsExports: Output<OpenZfsFileSystemRootVolumeConfigurationNfsExportsArgs>? = null, readOnly: Output<Boolean>? = null, recordSizeKib: Output<Int>? = null, userAndGroupQuotas: Output<List<OpenZfsFileSystemRootVolumeConfigurationUserAndGroupQuotaArgs>>? = null)
Functions
Properties
Link copied to clipboard
val userAndGroupQuotas: Output<List<OpenZfsFileSystemRootVolumeConfigurationUserAndGroupQuotaArgs>>? = null