Skip to content

/AWS1/CL_EBSCHANGEDBLOCK

A block of data in an Amazon Elastic Block Store snapshot that is different from another snapshot of the same volume/snapshot lineage.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_blockindex TYPE /AWS1/EBSBLOCKINDEX /AWS1/EBSBLOCKINDEX

The block index.

iv_firstblocktoken TYPE /AWS1/EBSBLOCKTOKEN /AWS1/EBSBLOCKTOKEN

The block token for the block index of the FirstSnapshotId specified in the ListChangedBlocks operation. This value is absent if the first snapshot does not have the changed block that is on the second snapshot.

iv_secondblocktoken TYPE /AWS1/EBSBLOCKTOKEN /AWS1/EBSBLOCKTOKEN

The block token for the block index of the SecondSnapshotId specified in the ListChangedBlocks operation.


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

FirstBlockToken

The block token for the block index of the FirstSnapshotId specified in the ListChangedBlocks operation. This value is absent if the first snapshot does not have the changed block that is on the second snapshot.

Accessible with the following methods

Method Description
GET_FIRSTBLOCKTOKEN() Getter for FIRSTBLOCKTOKEN, with configurable default
ASK_FIRSTBLOCKTOKEN() Getter for FIRSTBLOCKTOKEN w/ exceptions if field has no val
HAS_FIRSTBLOCKTOKEN() Determine if FIRSTBLOCKTOKEN has a value

SecondBlockToken

The block token for the block index of the SecondSnapshotId specified in the ListChangedBlocks operation.

Accessible with the following methods

Method Description
GET_SECONDBLOCKTOKEN() Getter for SECONDBLOCKTOKEN, with configurable default
ASK_SECONDBLOCKTOKEN() Getter for SECONDBLOCKTOKEN w/ exceptions if field has no va
HAS_SECONDBLOCKTOKEN() Determine if SECONDBLOCKTOKEN 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_CHANGEDBLOCKS

TYPES TT_CHANGEDBLOCKS TYPE STANDARD TABLE OF REF TO /AWS1/CL_EBSCHANGEDBLOCK WITH DEFAULT KEY
.