/AWS1/CL_ECPLAYER¶
An object that represents an Amazon ECR image layer.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_layerdigest TYPE /AWS1/ECPLAYERDIGEST /AWS1/ECPLAYERDIGEST¶
The
sha256digest of the image layer.
iv_layeravailability TYPE /AWS1/ECPLAYERAVAILABILITY /AWS1/ECPLAYERAVAILABILITY¶
The availability status of the image layer.
iv_layersize TYPE /AWS1/ECPLAYERSIZEINBYTES /AWS1/ECPLAYERSIZEINBYTES¶
The size, in bytes, of the image layer.
iv_mediatype TYPE /AWS1/ECPMEDIATYPE /AWS1/ECPMEDIATYPE¶
The media type of the layer, such as
application/vnd.docker.image.rootfs.diff.tar.gziporapplication/vnd.oci.image.layer.v1.tar+gzip.
Queryable Attributes¶
layerDigest¶
The
sha256digest of the image layer.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LAYERDIGEST() |
Getter for LAYERDIGEST, with configurable default |
ASK_LAYERDIGEST() |
Getter for LAYERDIGEST w/ exceptions if field has no value |
HAS_LAYERDIGEST() |
Determine if LAYERDIGEST has a value |
layerAvailability¶
The availability status of the image layer.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LAYERAVAILABILITY() |
Getter for LAYERAVAILABILITY, with configurable default |
ASK_LAYERAVAILABILITY() |
Getter for LAYERAVAILABILITY w/ exceptions if field has no v |
HAS_LAYERAVAILABILITY() |
Determine if LAYERAVAILABILITY has a value |
layerSize¶
The size, in bytes, of the image layer.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LAYERSIZE() |
Getter for LAYERSIZE, with configurable default |
ASK_LAYERSIZE() |
Getter for LAYERSIZE w/ exceptions if field has no value |
HAS_LAYERSIZE() |
Determine if LAYERSIZE has a value |
mediaType¶
The media type of the layer, such as
application/vnd.docker.image.rootfs.diff.tar.gziporapplication/vnd.oci.image.layer.v1.tar+gzip.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEDIATYPE() |
Getter for MEDIATYPE, with configurable default |
ASK_MEDIATYPE() |
Getter for MEDIATYPE w/ exceptions if field has no value |
HAS_MEDIATYPE() |
Determine if MEDIATYPE 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_LAYERLIST¶
TYPES TT_LAYERLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ECPLAYER WITH DEFAULT KEY
.