/AWS1/CL_EMSMAXALLOWEDRESRCS¶
The maximum allowed cumulative resources for an application. No new resources will be created once the limit is hit.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_cpu TYPE /AWS1/EMSCPUSIZE /AWS1/EMSCPUSIZE¶
The maximum allowed CPU for an application.
iv_memory TYPE /AWS1/EMSMEMORYSIZE /AWS1/EMSMEMORYSIZE¶
The maximum allowed resources for an application.
Optional arguments:¶
iv_disk TYPE /AWS1/EMSDISKSIZE /AWS1/EMSDISKSIZE¶
The maximum allowed disk for an application.
Queryable Attributes¶
cpu¶
The maximum allowed CPU for an application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CPU() |
Getter for CPU, with configurable default |
ASK_CPU() |
Getter for CPU w/ exceptions if field has no value |
HAS_CPU() |
Determine if CPU has a value |
memory¶
The maximum allowed resources for an application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEMORY() |
Getter for MEMORY, with configurable default |
ASK_MEMORY() |
Getter for MEMORY w/ exceptions if field has no value |
HAS_MEMORY() |
Determine if MEMORY has a value |
disk¶
The maximum allowed disk for an application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISK() |
Getter for DISK, with configurable default |
ASK_DISK() |
Getter for DISK w/ exceptions if field has no value |
HAS_DISK() |
Determine if DISK has a value |