/AWS1/CL_EMSIMAGECONFIGURATION¶
The applied image configuration.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_imageuri TYPE /AWS1/EMSIMAGEURI /AWS1/EMSIMAGEURI¶
The image URI.
Optional arguments:¶
iv_resolvedimagedigest TYPE /AWS1/EMSIMAGEDIGEST /AWS1/EMSIMAGEDIGEST¶
The SHA256 digest of the image URI. This indicates which specific image the application is configured for. The image digest doesn't exist until an application has started.
iv_appleveldigestresolution TYPE /AWS1/EMSBOOLEAN /AWS1/EMSBOOLEAN¶
Boolean value indicating if the digest resolution is application level or workload level. If true, a custom image URI is resolved at application start time and all workloads submitted will use that image digest. If false, the custom image URI is resolved at the workload submission time.
Queryable Attributes¶
imageUri¶
The image URI.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMAGEURI() |
Getter for IMAGEURI, with configurable default |
ASK_IMAGEURI() |
Getter for IMAGEURI w/ exceptions if field has no value |
HAS_IMAGEURI() |
Determine if IMAGEURI has a value |
resolvedImageDigest¶
The SHA256 digest of the image URI. This indicates which specific image the application is configured for. The image digest doesn't exist until an application has started.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOLVEDIMAGEDIGEST() |
Getter for RESOLVEDIMAGEDIGEST, with configurable default |
ASK_RESOLVEDIMAGEDIGEST() |
Getter for RESOLVEDIMAGEDIGEST w/ exceptions if field has no |
HAS_RESOLVEDIMAGEDIGEST() |
Determine if RESOLVEDIMAGEDIGEST has a value |
applicationLevelDigestResolution¶
Boolean value indicating if the digest resolution is application level or workload level. If true, a custom image URI is resolved at application start time and all workloads submitted will use that image digest. If false, the custom image URI is resolved at the workload submission time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLEVELDIGESTRESOLUTION() |
Getter for APPLEVELDIGESTRESOLUTION, with configurable defau |
ASK_APPLEVELDIGESTRESOLUTION() |
Getter for APPLEVELDIGESTRESOLUTION w/ exceptions if field h |
HAS_APPLEVELDIGESTRESOLUTION() |
Determine if APPLEVELDIGESTRESOLUTION has a value |