public static interface OpenZFSUserOrGroupQuota.Builder extends SdkPojo, CopyableBuilder<OpenZFSUserOrGroupQuota.Builder,OpenZFSUserOrGroupQuota>
| Modifier and Type | Method and Description |
|---|---|
OpenZFSUserOrGroupQuota.Builder |
id(Integer id)
The ID of the user or group.
|
OpenZFSUserOrGroupQuota.Builder |
storageCapacityQuotaGiB(Integer storageCapacityQuotaGiB)
The amount of storage that the user or group can use in gibibytes (GiB).
|
OpenZFSUserOrGroupQuota.Builder |
type(OpenZFSQuotaType type)
A value that specifies whether the quota applies to a user or group.
|
OpenZFSUserOrGroupQuota.Builder |
type(String type)
A value that specifies whether the quota applies to a user or group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOpenZFSUserOrGroupQuota.Builder type(String type)
A value that specifies whether the quota applies to a user or group.
type - A value that specifies whether the quota applies to a user or group.OpenZFSQuotaType,
OpenZFSQuotaTypeOpenZFSUserOrGroupQuota.Builder type(OpenZFSQuotaType type)
A value that specifies whether the quota applies to a user or group.
type - A value that specifies whether the quota applies to a user or group.OpenZFSQuotaType,
OpenZFSQuotaTypeOpenZFSUserOrGroupQuota.Builder id(Integer id)
The ID of the user or group.
id - The ID of the user or group.OpenZFSUserOrGroupQuota.Builder storageCapacityQuotaGiB(Integer storageCapacityQuotaGiB)
The amount of storage that the user or group can use in gibibytes (GiB).
storageCapacityQuotaGiB - The amount of storage that the user or group can use in gibibytes (GiB).Copyright © 2023. All rights reserved.