Values.OpenZFSUserOrGroupQuotaSourceUsed to configure quotas that define how much storage a user or group can use on an FSx for OpenZFS volume. For more information, see Volume properties in the FSx for OpenZFS User Guide.
type nonrec t = {type_ : OpenZFSQuotaType.t;Specifies whether the quota applies to a user or group.
*)id : IntegerNoMax.t;The ID of the user or group that the quota applies to.
*)storageCapacityQuotaGiB : IntegerNoMax.t;The user or group's storage quota, in gibibytes (GiB).
*)}val make :
type_:OpenZFSQuotaType.t ->
id:IntegerNoMax.t ->
storageCapacityQuotaGiB:IntegerNoMax.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Integer of IntegerNoMax.t ]) list ]