/AWS1/CL_EC2EBSINSTBLKDEVSPEC¶
Describes information used to set up an EBS volume specified in a block device mapping.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_volumeid TYPE /AWS1/EC2VOLUMEID /AWS1/EC2VOLUMEID¶
The ID of the EBS volume.
iv_deleteontermination TYPE /AWS1/EC2BOOLEAN /AWS1/EC2BOOLEAN¶
Indicates whether the volume is deleted on instance termination.
Queryable Attributes¶
VolumeId¶
The ID of the EBS volume.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VOLUMEID() |
Getter for VOLUMEID, with configurable default |
ASK_VOLUMEID() |
Getter for VOLUMEID w/ exceptions if field has no value |
HAS_VOLUMEID() |
Determine if VOLUMEID has a value |
DeleteOnTermination¶
Indicates whether the volume is deleted on instance termination.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DELETEONTERMINATION() |
Getter for DELETEONTERMINATION, with configurable default |
ASK_DELETEONTERMINATION() |
Getter for DELETEONTERMINATION w/ exceptions if field has no |
HAS_DELETEONTERMINATION() |
Determine if DELETEONTERMINATION has a value |