| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.FSx.Types.OpenZFSUserOrGroupQuota
Description
Synopsis
- data OpenZFSUserOrGroupQuota = OpenZFSUserOrGroupQuota' {}
- newOpenZFSUserOrGroupQuota :: OpenZFSQuotaType -> Natural -> Natural -> OpenZFSUserOrGroupQuota
- openZFSUserOrGroupQuota_type :: Lens' OpenZFSUserOrGroupQuota OpenZFSQuotaType
- openZFSUserOrGroupQuota_id :: Lens' OpenZFSUserOrGroupQuota Natural
- openZFSUserOrGroupQuota_storageCapacityQuotaGiB :: Lens' OpenZFSUserOrGroupQuota Natural
Documentation
data OpenZFSUserOrGroupQuota Source #
The configuration for how much storage a user or group can use on the volume.
See: newOpenZFSUserOrGroupQuota smart constructor.
Constructors
| OpenZFSUserOrGroupQuota' | |
Fields
| |
Instances
newOpenZFSUserOrGroupQuota Source #
Arguments
| :: OpenZFSQuotaType | |
| -> Natural | |
| -> Natural | |
| -> OpenZFSUserOrGroupQuota |
Create a value of OpenZFSUserOrGroupQuota with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:type':OpenZFSUserOrGroupQuota', openZFSUserOrGroupQuota_type - A value that specifies whether the quota applies to a user or group.
$sel:id:OpenZFSUserOrGroupQuota', openZFSUserOrGroupQuota_id - The ID of the user or group.
$sel:storageCapacityQuotaGiB:OpenZFSUserOrGroupQuota', openZFSUserOrGroupQuota_storageCapacityQuotaGiB - The amount of storage that the user or group can use in gibibytes (GiB).
openZFSUserOrGroupQuota_type :: Lens' OpenZFSUserOrGroupQuota OpenZFSQuotaType Source #
A value that specifies whether the quota applies to a user or group.
openZFSUserOrGroupQuota_id :: Lens' OpenZFSUserOrGroupQuota Natural Source #
The ID of the user or group.
openZFSUserOrGroupQuota_storageCapacityQuotaGiB :: Lens' OpenZFSUserOrGroupQuota Natural Source #
The amount of storage that the user or group can use in gibibytes (GiB).