/AWS1/CL_SNBCOMPATIBLEIMAGE¶
A JSON-formatted object that describes a compatible Amazon Machine Image (AMI), including the ID and name for a Snow device AMI. This AMI is compatible with the device's physical hardware requirements, and it should be able to be run in an SBE1 instance on the device.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_amiid TYPE /AWS1/SNBSTRING /AWS1/SNBSTRING¶
The unique identifier for an individual Snow device AMI.
iv_name TYPE /AWS1/SNBSTRING /AWS1/SNBSTRING¶
The optional name of a compatible image.
Queryable Attributes¶
AmiId¶
The unique identifier for an individual Snow device AMI.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AMIID() |
Getter for AMIID, with configurable default |
ASK_AMIID() |
Getter for AMIID w/ exceptions if field has no value |
HAS_AMIID() |
Determine if AMIID has a value |
Name¶
The optional name of a compatible 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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_COMPATIBLEIMAGELIST¶
TYPES TT_COMPATIBLEIMAGELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SNBCOMPATIBLEIMAGE WITH DEFAULT KEY
.