/AWS1/CL_BTCQUOTASHARECAPUSAGE¶
The capacity usage for a quota share, including units of compute capacity and quantity of resources being used.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_capacityunit TYPE /AWS1/BTCSTRING /AWS1/BTCSTRING¶
The unit of compute capacity for the capacity usage.
iv_quantity TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The quantity of capacity being used.
Queryable Attributes¶
capacityUnit¶
The unit of compute capacity for the capacity usage.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CAPACITYUNIT() |
Getter for CAPACITYUNIT, with configurable default |
ASK_CAPACITYUNIT() |
Getter for CAPACITYUNIT w/ exceptions if field has no value |
HAS_CAPACITYUNIT() |
Determine if CAPACITYUNIT has a value |
quantity¶
The quantity of capacity being used.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUANTITY() |
Getter for QUANTITY, with configurable default |
ASK_QUANTITY() |
Getter for QUANTITY w/ exceptions if field has no value |
STR_QUANTITY() |
String format for QUANTITY, with configurable default |
HAS_QUANTITY() |
Determine if QUANTITY 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_QUOTASHARECAPACITYUSAGELIST¶
TYPES TT_QUOTASHARECAPACITYUSAGELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BTCQUOTASHARECAPUSAGE WITH DEFAULT KEY
.