Open Zfs Volume Args
constructor(copyTagsToSnapshots: Output<Boolean>? = null, dataCompressionType: Output<String>? = null, name: Output<String>? = null, nfsExports: Output<OpenZfsVolumeNfsExportsArgs>? = null, originSnapshot: Output<OpenZfsVolumeOriginSnapshotArgs>? = null, parentVolumeId: Output<String>? = null, readOnly: Output<Boolean>? = null, recordSizeKib: Output<Int>? = null, storageCapacityQuotaGib: Output<Int>? = null, storageCapacityReservationGib: Output<Int>? = null, tags: Output<Map<String, String>>? = null, userAndGroupQuotas: Output<List<OpenZfsVolumeUserAndGroupQuotaArgs>>? = null, volumeType: Output<String>? = null)