/AWS1/CL_DMGEVENT¶
Describes an identifiable significant activity that affects a replication instance or task. This object can provide the message, the available event categories, the date and source of the event, and the DMS resource type.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_sourceidentifier TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING¶
The identifier of an event source.
iv_sourcetype TYPE /AWS1/DMGSOURCETYPE /AWS1/DMGSOURCETYPE¶
The type of DMS resource that generates events.
Valid values: replication-instance | endpoint | replication-task
iv_message TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING¶
The event message.
it_eventcategories TYPE /AWS1/CL_DMGEVENTCATSLIST_W=>TT_EVENTCATEGORIESLIST TT_EVENTCATEGORIESLIST¶
The event categories available for the specified source type.
iv_date TYPE /AWS1/DMGTSTAMP /AWS1/DMGTSTAMP¶
The date of the event.
Queryable Attributes¶
SourceIdentifier¶
The identifier of an event source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEIDENTIFIER() |
Getter for SOURCEIDENTIFIER, with configurable default |
ASK_SOURCEIDENTIFIER() |
Getter for SOURCEIDENTIFIER w/ exceptions if field has no va |
HAS_SOURCEIDENTIFIER() |
Determine if SOURCEIDENTIFIER has a value |
SourceType¶
The type of DMS resource that generates events.
Valid values: replication-instance | endpoint | replication-task
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCETYPE() |
Getter for SOURCETYPE, with configurable default |
ASK_SOURCETYPE() |
Getter for SOURCETYPE w/ exceptions if field has no value |
HAS_SOURCETYPE() |
Determine if SOURCETYPE has a value |
Message¶
The event message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE has a value |
EventCategories¶
The event categories available for the specified source type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTCATEGORIES() |
Getter for EVENTCATEGORIES, with configurable default |
ASK_EVENTCATEGORIES() |
Getter for EVENTCATEGORIES w/ exceptions if field has no val |
HAS_EVENTCATEGORIES() |
Determine if EVENTCATEGORIES has a value |
Date¶
The date of the event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATE() |
Getter for DATE, with configurable default |
ASK_DATE() |
Getter for DATE w/ exceptions if field has no value |
HAS_DATE() |
Determine if DATE 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_EVENTLIST¶
TYPES TT_EVENTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DMGEVENT WITH DEFAULT KEY
.