/AWS1/CL_LMVMVMIMAGESUMMARY¶
Contains summary information about a MicroVM image.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_imagearn TYPE /AWS1/LMVNONBLANKSTRING /AWS1/LMVNONBLANKSTRING¶
The ARN of the MicroVM image.
iv_name TYPE /AWS1/LMVIMAGENAME /AWS1/LMVIMAGENAME¶
The name of the MicroVM image.
iv_state TYPE /AWS1/LMVMICROVMIMAGESTATE /AWS1/LMVMICROVMIMAGESTATE¶
The current state of the MicroVM image.
iv_createdat TYPE /AWS1/LMVTIMESTAMP /AWS1/LMVTIMESTAMP¶
The timestamp when the MicroVM image was created.
Optional arguments:¶
iv_latestactiveimageversion TYPE /AWS1/LMVNONBLANKSTRING /AWS1/LMVNONBLANKSTRING¶
The latest active version of the MicroVM image.
iv_latestfailedimageversion TYPE /AWS1/LMVNONBLANKSTRING /AWS1/LMVNONBLANKSTRING¶
The latest failed version of the MicroVM image, if any.
Queryable Attributes¶
imageArn¶
The ARN of the MicroVM image.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMAGEARN() |
Getter for IMAGEARN, with configurable default |
ASK_IMAGEARN() |
Getter for IMAGEARN w/ exceptions if field has no value |
HAS_IMAGEARN() |
Determine if IMAGEARN has a value |
name¶
The name of the MicroVM image.
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 |
state¶
The current state of the MicroVM image.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |
latestActiveImageVersion¶
The latest active version of the MicroVM image.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LATESTACTIVEIMAGEVERSION() |
Getter for LATESTACTIVEIMAGEVERSION, with configurable defau |
ASK_LATESTACTIVEIMAGEVERSION() |
Getter for LATESTACTIVEIMAGEVERSION w/ exceptions if field h |
HAS_LATESTACTIVEIMAGEVERSION() |
Determine if LATESTACTIVEIMAGEVERSION has a value |
latestFailedImageVersion¶
The latest failed version of the MicroVM image, if any.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LATESTFAILEDIMAGEVERSION() |
Getter for LATESTFAILEDIMAGEVERSION, with configurable defau |
ASK_LATESTFAILEDIMAGEVERSION() |
Getter for LATESTFAILEDIMAGEVERSION w/ exceptions if field h |
HAS_LATESTFAILEDIMAGEVERSION() |
Determine if LATESTFAILEDIMAGEVERSION has a value |
createdAt¶
The timestamp when the MicroVM image was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT 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_MICROVMIMAGESUMMARIES¶
TYPES TT_MICROVMIMAGESUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_LMVMVMIMAGESUMMARY WITH DEFAULT KEY
.