/AWS1/CL_COPMEMORYSIZECONF¶
The memory size configurations of a container.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_memory TYPE /AWS1/COPNULLABLEMEMORY /AWS1/COPNULLABLEMEMORY¶
The amount of memory in the container.
iv_memoryreservation TYPE /AWS1/COPNULLABLEMEMORYRESER00 /AWS1/COPNULLABLEMEMORYRESER00¶
The limit of memory reserve for the container.
Queryable Attributes¶
memory¶
The amount of memory in the container.
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 |
memoryReservation¶
The limit of memory reserve for the container.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEMORYRESERVATION() |
Getter for MEMORYRESERVATION, with configurable default |
ASK_MEMORYRESERVATION() |
Getter for MEMORYRESERVATION w/ exceptions if field has no v |
HAS_MEMORYRESERVATION() |
Determine if MEMORYRESERVATION has a value |