/AWS1/CL_LMVGETMVMIMAGEOUTPUT¶
GetMicrovmImageOutput
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.
it_tags TYPE /AWS1/CL_LMVTAGS_W=>TT_TAGS TT_TAGS¶
A set of key-value pairs that you can attach to the resource. Use tags to categorize resources for cost allocation, access control (ABAC), and organization.
iv_updatedat TYPE /AWS1/LMVTIMESTAMP /AWS1/LMVTIMESTAMP¶
The timestamp when the MicroVM image was last updated.
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 |
tags¶
A set of key-value pairs that you can attach to the resource. Use tags to categorize resources for cost allocation, access control (ABAC), and organization.
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 |
updatedAt¶
The timestamp when the MicroVM image was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |