Interface OpenZFSUserOrGroupQuota.Builder

    • Method Detail

      • id

        OpenZFSUserOrGroupQuota.Builder id​(Integer id)

        The ID of the user or group that the quota applies to.

        Parameters:
        id - The ID of the user or group that the quota applies to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • storageCapacityQuotaGiB

        OpenZFSUserOrGroupQuota.Builder storageCapacityQuotaGiB​(Integer storageCapacityQuotaGiB)

        The user or group's storage quota, in gibibytes (GiB).

        Parameters:
        storageCapacityQuotaGiB - The user or group's storage quota, in gibibytes (GiB).
        Returns:
        Returns a reference to this object so that method calls can be chained together.