/AWS1/CL_IMGINSTBLOCKDEVICEMAP¶
Defines block device mappings for the instance used to configure your image.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_devicename TYPE /AWS1/IMGNONEMPTYSTRING /AWS1/IMGNONEMPTYSTRING¶
The device to which these mappings apply.
io_ebs TYPE REF TO /AWS1/CL_IMGEBSINSTBLKDEVSPEC /AWS1/CL_IMGEBSINSTBLKDEVSPEC¶
Use to manage Amazon EBS-specific configuration for this mapping.
iv_virtualname TYPE /AWS1/IMGNONEMPTYSTRING /AWS1/IMGNONEMPTYSTRING¶
Use to manage instance ephemeral devices.
iv_nodevice TYPE /AWS1/IMGEMPTYSTRING /AWS1/IMGEMPTYSTRING¶
Use to remove a mapping from the base image.
Queryable Attributes¶
deviceName¶
The device to which these mappings apply.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEVICENAME() |
Getter for DEVICENAME, with configurable default |
ASK_DEVICENAME() |
Getter for DEVICENAME w/ exceptions if field has no value |
HAS_DEVICENAME() |
Determine if DEVICENAME has a value |
ebs¶
Use to manage Amazon EBS-specific configuration for this mapping.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EBS() |
Getter for EBS |
virtualName¶
Use to manage instance ephemeral devices.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VIRTUALNAME() |
Getter for VIRTUALNAME, with configurable default |
ASK_VIRTUALNAME() |
Getter for VIRTUALNAME w/ exceptions if field has no value |
HAS_VIRTUALNAME() |
Determine if VIRTUALNAME has a value |
noDevice¶
Use to remove a mapping from the base image.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NODEVICE() |
Getter for NODEVICE, with configurable default |
ASK_NODEVICE() |
Getter for NODEVICE w/ exceptions if field has no value |
HAS_NODEVICE() |
Determine if NODEVICE 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_INSTANCEBLOCKDEVICEMAPPINGS¶
TYPES TT_INSTANCEBLOCKDEVICEMAPPINGS TYPE STANDARD TABLE OF REF TO /AWS1/CL_IMGINSTBLOCKDEVICEMAP WITH DEFAULT KEY
.