/AWS1/CL_EBSBLOCK¶
A block of data in an Amazon Elastic Block Store snapshot.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_blockindex
TYPE /AWS1/EBSBLOCKINDEX
/AWS1/EBSBLOCKINDEX
¶
The block index.
iv_blocktoken
TYPE /AWS1/EBSBLOCKTOKEN
/AWS1/EBSBLOCKTOKEN
¶
The block token for the block index.
Queryable Attributes¶
BlockIndex¶
The block index.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BLOCKINDEX() |
Getter for BLOCKINDEX, with configurable default |
ASK_BLOCKINDEX() |
Getter for BLOCKINDEX w/ exceptions if field has no value |
HAS_BLOCKINDEX() |
Determine if BLOCKINDEX has a value |
BlockToken¶
The block token for the block index.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BLOCKTOKEN() |
Getter for BLOCKTOKEN, with configurable default |
ASK_BLOCKTOKEN() |
Getter for BLOCKTOKEN w/ exceptions if field has no value |
HAS_BLOCKTOKEN() |
Determine if BLOCKTOKEN 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_BLOCKS
¶
TYPES TT_BLOCKS TYPE STANDARD TABLE OF REF TO /AWS1/CL_EBSBLOCK WITH DEFAULT KEY
.