/AWS1/CL_FSXOPENZFSUSERORGRQ00¶
Used 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.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_type
TYPE /AWS1/FSXOPENZFSQUOTATYPE
/AWS1/FSXOPENZFSQUOTATYPE
¶
Specifies whether the quota applies to a user or group.
iv_id
TYPE /AWS1/FSXINTEGERNOMAX
/AWS1/FSXINTEGERNOMAX
¶
The ID of the user or group that the quota applies to.
iv_storagecapacityquotagib
TYPE /AWS1/FSXINTEGERNOMAX
/AWS1/FSXINTEGERNOMAX
¶
The user or group's storage quota, in gibibytes (GiB).
Queryable Attributes¶
Type¶
Specifies whether the quota applies to a user or group.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
Id¶
The ID of the user or group that the quota applies to.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
StorageCapacityQuotaGiB¶
The user or group's storage quota, in gibibytes (GiB).
Accessible with the following methods¶
Method | Description |
---|---|
GET_STORAGECAPACITYQUOTAGIB() |
Getter for STORAGECAPACITYQUOTAGIB, with configurable defaul |
ASK_STORAGECAPACITYQUOTAGIB() |
Getter for STORAGECAPACITYQUOTAGIB w/ exceptions if field ha |
HAS_STORAGECAPACITYQUOTAGIB() |
Determine if STORAGECAPACITYQUOTAGIB has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_OPENZFSUSERANDGROUPQUOTAS
¶
TYPES TT_OPENZFSUSERANDGROUPQUOTAS TYPE STANDARD TABLE OF REF TO /AWS1/CL_FSXOPENZFSUSERORGRQ00 WITH DEFAULT KEY
.