userAndGroupQuotas

@JvmName(name = "rbsfiqaxogidkciq")
suspend fun userAndGroupQuotas(value: Output<List<OpenZfsVolumeUserAndGroupQuotaArgs>>)
@JvmName(name = "sflbvrhuvbdcpgog")
suspend fun userAndGroupQuotas(value: List<OpenZfsVolumeUserAndGroupQuotaArgs>?)

Parameters

value

Specify how much storage users or groups can use on the volume. Maximum of 100 items. See user_and_group_quotas Block Below.


@JvmName(name = "xefmvdegspmxegxf")
suspend fun userAndGroupQuotas(vararg values: Output<OpenZfsVolumeUserAndGroupQuotaArgs>)


@JvmName(name = "ksygmreoirptxvvh")
suspend fun userAndGroupQuotas(values: List<Output<OpenZfsVolumeUserAndGroupQuotaArgs>>)
@JvmName(name = "lcdagcklxtdhytme")
suspend fun userAndGroupQuotas(vararg values: OpenZfsVolumeUserAndGroupQuotaArgs)

Parameters

values

Specify how much storage users or groups can use on the volume. Maximum of 100 items. See user_and_group_quotas Block Below.


@JvmName(name = "hacyhprhktfhvhjw")
suspend fun userAndGroupQuotas(argument: List<suspend OpenZfsVolumeUserAndGroupQuotaArgsBuilder.() -> Unit>)
@JvmName(name = "lqqdrkdlvvcciaji")
suspend fun userAndGroupQuotas(vararg argument: suspend OpenZfsVolumeUserAndGroupQuotaArgsBuilder.() -> Unit)
@JvmName(name = "xtxciadqbmtsijax")
suspend fun userAndGroupQuotas(argument: suspend OpenZfsVolumeUserAndGroupQuotaArgsBuilder.() -> Unit)

Parameters

argument

Specify how much storage users or groups can use on the volume. Maximum of 100 items. See user_and_group_quotas Block Below.