/AWS1/CL_EC2LAUNCHTMPLBLKDEV01¶
Describes a block device mapping.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_devicename TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The device name.
iv_virtualname TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The virtual device name (ephemeralN).
io_ebs TYPE REF TO /AWS1/CL_EC2LAUNCHTMPLEBSBLK01 /AWS1/CL_EC2LAUNCHTMPLEBSBLK01¶
Information about the block device for an EBS volume.
iv_nodevice TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
To omit the device from the block device mapping, specify an empty string.
Queryable Attributes¶
DeviceName¶
The device name.
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 |
VirtualName¶
The virtual device name (ephemeralN).
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 |
Ebs¶
Information about the block device for an EBS volume.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EBS() |
Getter for EBS |
NoDevice¶
To omit the device from the block device mapping, specify an empty string.
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_LAUNCHTMPLBLOCKDEVMAPLIST¶
TYPES TT_LAUNCHTMPLBLOCKDEVMAPLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2LAUNCHTMPLBLKDEV01 WITH DEFAULT KEY
.