/AWS1/CL_ECACACHEUSAGELIMITS¶
The usage limits for storage and ElastiCache Processing Units for the cache.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_datastorage TYPE REF TO /AWS1/CL_ECADATASTORAGE /AWS1/CL_ECADATASTORAGE¶
The maximum data storage limit in the cache, expressed in Gigabytes.
io_ecpupersecond TYPE REF TO /AWS1/CL_ECAECPUPERSECOND /AWS1/CL_ECAECPUPERSECOND¶
The configuration for the number of ElastiCache Processing Units (ECPU) the cache can consume per second.
Queryable Attributes¶
DataStorage¶
The maximum data storage limit in the cache, expressed in Gigabytes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASTORAGE() |
Getter for DATASTORAGE |
ECPUPerSecond¶
The configuration for the number of ElastiCache Processing Units (ECPU) the cache can consume per second.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ECPUPERSECOND() |
Getter for ECPUPERSECOND |