/AWS1/CL_ECSDAEMONCONTNRIMAGE¶
The details about the container image a daemon revision uses.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_containername TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
The name of the container.
iv_imagedigest TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
The container image digest.
iv_image TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
The container image.
Queryable Attributes¶
containerName¶
The name of the container.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTAINERNAME() |
Getter for CONTAINERNAME, with configurable default |
ASK_CONTAINERNAME() |
Getter for CONTAINERNAME w/ exceptions if field has no value |
HAS_CONTAINERNAME() |
Determine if CONTAINERNAME has a value |
imageDigest¶
The container image digest.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMAGEDIGEST() |
Getter for IMAGEDIGEST, with configurable default |
ASK_IMAGEDIGEST() |
Getter for IMAGEDIGEST w/ exceptions if field has no value |
HAS_IMAGEDIGEST() |
Determine if IMAGEDIGEST has a value |
image¶
The container image.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMAGE() |
Getter for IMAGE, with configurable default |
ASK_IMAGE() |
Getter for IMAGE w/ exceptions if field has no value |
HAS_IMAGE() |
Determine if IMAGE 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_DAEMONCONTAINERIMAGES¶
TYPES TT_DAEMONCONTAINERIMAGES TYPE STANDARD TABLE OF REF TO /AWS1/CL_ECSDAEMONCONTNRIMAGE WITH DEFAULT KEY
.