/AWS1/CL_IMGCONTAINERRECIPES00¶
A summary of a container recipe
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_arn
TYPE /AWS1/IMGIMAGEBUILDERARN
/AWS1/IMGIMAGEBUILDERARN
¶
The Amazon Resource Name (ARN) of the container recipe.
iv_containertype
TYPE /AWS1/IMGCONTAINERTYPE
/AWS1/IMGCONTAINERTYPE
¶
Specifies the type of container, such as "Docker".
iv_name
TYPE /AWS1/IMGRESOURCENAME
/AWS1/IMGRESOURCENAME
¶
The name of the container recipe.
iv_platform
TYPE /AWS1/IMGPLATFORM
/AWS1/IMGPLATFORM
¶
The system platform for the container, such as Windows or Linux.
iv_owner
TYPE /AWS1/IMGNONEMPTYSTRING
/AWS1/IMGNONEMPTYSTRING
¶
The owner of the container recipe.
iv_parentimage
TYPE /AWS1/IMGNONEMPTYSTRING
/AWS1/IMGNONEMPTYSTRING
¶
The base image for the container recipe.
iv_datecreated
TYPE /AWS1/IMGDATETIME
/AWS1/IMGDATETIME
¶
The date when this container recipe was created.
it_tags
TYPE /AWS1/CL_IMGTAGMAP_W=>TT_TAGMAP
TT_TAGMAP
¶
Tags that are attached to the container recipe.
Queryable Attributes¶
arn¶
The Amazon Resource Name (ARN) of the container recipe.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
containerType¶
Specifies the type of container, such as "Docker".
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONTAINERTYPE() |
Getter for CONTAINERTYPE, with configurable default |
ASK_CONTAINERTYPE() |
Getter for CONTAINERTYPE w/ exceptions if field has no value |
HAS_CONTAINERTYPE() |
Determine if CONTAINERTYPE has a value |
name¶
The name of the container recipe.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
platform¶
The system platform for the container, such as Windows or Linux.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PLATFORM() |
Getter for PLATFORM, with configurable default |
ASK_PLATFORM() |
Getter for PLATFORM w/ exceptions if field has no value |
HAS_PLATFORM() |
Determine if PLATFORM has a value |
owner¶
The owner of the container recipe.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OWNER() |
Getter for OWNER, with configurable default |
ASK_OWNER() |
Getter for OWNER w/ exceptions if field has no value |
HAS_OWNER() |
Determine if OWNER has a value |
parentImage¶
The base image for the container recipe.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PARENTIMAGE() |
Getter for PARENTIMAGE, with configurable default |
ASK_PARENTIMAGE() |
Getter for PARENTIMAGE w/ exceptions if field has no value |
HAS_PARENTIMAGE() |
Determine if PARENTIMAGE has a value |
dateCreated¶
The date when this container recipe was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DATECREATED() |
Getter for DATECREATED, with configurable default |
ASK_DATECREATED() |
Getter for DATECREATED w/ exceptions if field has no value |
HAS_DATECREATED() |
Determine if DATECREATED has a value |
tags¶
Tags that are attached to the container recipe.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS 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_CONTAINERRECIPESUMMARYLIST
¶
TYPES TT_CONTAINERRECIPESUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IMGCONTAINERRECIPES00 WITH DEFAULT KEY
.