/AWS1/CL_GLAPROVCAPACITYDESC¶
The definition for a provisioned capacity unit.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_capacityid TYPE /AWS1/GLASTRING /AWS1/GLASTRING¶
The ID that identifies the provisioned capacity unit.
iv_startdate TYPE /AWS1/GLASTRING /AWS1/GLASTRING¶
The date that the provisioned capacity unit was purchased, in Universal Coordinated Time (UTC).
iv_expirationdate TYPE /AWS1/GLASTRING /AWS1/GLASTRING¶
The date that the provisioned capacity unit expires, in Universal Coordinated Time (UTC).
Queryable Attributes¶
CapacityId¶
The ID that identifies the provisioned capacity unit.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CAPACITYID() |
Getter for CAPACITYID, with configurable default |
ASK_CAPACITYID() |
Getter for CAPACITYID w/ exceptions if field has no value |
HAS_CAPACITYID() |
Determine if CAPACITYID has a value |
StartDate¶
The date that the provisioned capacity unit was purchased, in Universal Coordinated Time (UTC).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTDATE() |
Getter for STARTDATE, with configurable default |
ASK_STARTDATE() |
Getter for STARTDATE w/ exceptions if field has no value |
HAS_STARTDATE() |
Determine if STARTDATE has a value |
ExpirationDate¶
The date that the provisioned capacity unit expires, in Universal Coordinated Time (UTC).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPIRATIONDATE() |
Getter for EXPIRATIONDATE, with configurable default |
ASK_EXPIRATIONDATE() |
Getter for EXPIRATIONDATE w/ exceptions if field has no valu |
HAS_EXPIRATIONDATE() |
Determine if EXPIRATIONDATE 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_PROVISIONEDCAPACITYLIST¶
TYPES TT_PROVISIONEDCAPACITYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GLAPROVCAPACITYDESC WITH DEFAULT KEY
.