/AWS1/CL_BTCQUOTASHARECAPUTIL¶
The capacity utilization for a specific quota share, including the quota share name and its current usage.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_quotasharename TYPE /AWS1/BTCSTRING /AWS1/BTCSTRING¶
The name of the quota share.
it_capacityusage TYPE /AWS1/CL_BTCQUOTASHARECAPUSAGE=>TT_QUOTASHARECAPACITYUSAGELIST TT_QUOTASHARECAPACITYUSAGELIST¶
The capacity usage information for this quota share, including the units of compute capacity and quantity being used.
Queryable Attributes¶
quotaShareName¶
The name of the quota share.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUOTASHARENAME() |
Getter for QUOTASHARENAME, with configurable default |
ASK_QUOTASHARENAME() |
Getter for QUOTASHARENAME w/ exceptions if field has no valu |
HAS_QUOTASHARENAME() |
Determine if QUOTASHARENAME has a value |
capacityUsage¶
The capacity usage information for this quota share, including the units of compute capacity and quantity being used.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CAPACITYUSAGE() |
Getter for CAPACITYUSAGE, with configurable default |
ASK_CAPACITYUSAGE() |
Getter for CAPACITYUSAGE w/ exceptions if field has no value |
HAS_CAPACITYUSAGE() |
Determine if CAPACITYUSAGE 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_QUOTASHARECAPACITYUTILLIST¶
TYPES TT_QUOTASHARECAPACITYUTILLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BTCQUOTASHARECAPUTIL WITH DEFAULT KEY
.