/AWS1/CL_LMVMICROVMITEM¶
Contains summary information about a MicroVM instance.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_microvmid TYPE /AWS1/LMVMICROVMIDENTIFIER /AWS1/LMVMICROVMIDENTIFIER¶
The unique identifier of the MicroVM.
iv_state TYPE /AWS1/LMVMICROVMSTATE /AWS1/LMVMICROVMSTATE¶
The current lifecycle state of the MicroVM.
iv_imagearn TYPE /AWS1/LMVMICROVMIMAGEARN /AWS1/LMVMICROVMIMAGEARN¶
The ARN of the MicroVM image used to run this MicroVM.
iv_imageversion TYPE /AWS1/LMVVERSION /AWS1/LMVVERSION¶
The version of the MicroVM image used to run this MicroVM.
iv_startedat TYPE /AWS1/LMVTIMESTAMP /AWS1/LMVTIMESTAMP¶
The timestamp when the MicroVM started.
Queryable Attributes¶
microvmId¶
The unique identifier of the MicroVM.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MICROVMID() |
Getter for MICROVMID, with configurable default |
ASK_MICROVMID() |
Getter for MICROVMID w/ exceptions if field has no value |
HAS_MICROVMID() |
Determine if MICROVMID has a value |
state¶
The current lifecycle state of the MicroVM.
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 |
imageArn¶
The ARN of the MicroVM image used to run this MicroVM.
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 |
imageVersion¶
The version of the MicroVM image used to run this MicroVM.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMAGEVERSION() |
Getter for IMAGEVERSION, with configurable default |
ASK_IMAGEVERSION() |
Getter for IMAGEVERSION w/ exceptions if field has no value |
HAS_IMAGEVERSION() |
Determine if IMAGEVERSION has a value |
startedAt¶
The timestamp when the MicroVM started.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTEDAT() |
Getter for STARTEDAT, with configurable default |
ASK_STARTEDAT() |
Getter for STARTEDAT w/ exceptions if field has no value |
HAS_STARTEDAT() |
Determine if STARTEDAT 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_MICROVMITEMLIST¶
TYPES TT_MICROVMITEMLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LMVMICROVMITEM WITH DEFAULT KEY
.