/AWS1/CL_MDLCLUSTERALERT¶
An alert on a cluster
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_alerttype TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING¶
The type of the alert
iv_channelid TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING¶
The ID of the channel this alert is associated with
iv_clearedtimestamp TYPE /AWS1/MDL__TIMESTAMPISO8601 /AWS1/MDL__TIMESTAMPISO8601¶
The time when the alert was cleared
iv_id TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING¶
The further subtype of this alert
iv_message TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING¶
The user facing alert message which can have more context
iv_nodeid TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING¶
The ID of the node this alert is associated with
iv_settimestamp TYPE /AWS1/MDL__TIMESTAMPISO8601 /AWS1/MDL__TIMESTAMPISO8601¶
The time when the alert was set
iv_state TYPE /AWS1/MDLCLUSTERALERTSTATE /AWS1/MDLCLUSTERALERTSTATE¶
The state of the alert
Queryable Attributes¶
AlertType¶
The type of the alert
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALERTTYPE() |
Getter for ALERTTYPE, with configurable default |
ASK_ALERTTYPE() |
Getter for ALERTTYPE w/ exceptions if field has no value |
HAS_ALERTTYPE() |
Determine if ALERTTYPE has a value |
ChannelId¶
The ID of the channel this alert is associated with
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHANNELID() |
Getter for CHANNELID, with configurable default |
ASK_CHANNELID() |
Getter for CHANNELID w/ exceptions if field has no value |
HAS_CHANNELID() |
Determine if CHANNELID has a value |
ClearedTimestamp¶
The time when the alert was cleared
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLEAREDTIMESTAMP() |
Getter for CLEAREDTIMESTAMP, with configurable default |
ASK_CLEAREDTIMESTAMP() |
Getter for CLEAREDTIMESTAMP w/ exceptions if field has no va |
HAS_CLEAREDTIMESTAMP() |
Determine if CLEAREDTIMESTAMP has a value |
Id¶
The further subtype of this alert
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
Message¶
The user facing alert message which can have more context
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 |
NodeId¶
The ID of the node this alert is associated with
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NODEID() |
Getter for NODEID, with configurable default |
ASK_NODEID() |
Getter for NODEID w/ exceptions if field has no value |
HAS_NODEID() |
Determine if NODEID has a value |
SetTimestamp¶
The time when the alert was set
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SETTIMESTAMP() |
Getter for SETTIMESTAMP, with configurable default |
ASK_SETTIMESTAMP() |
Getter for SETTIMESTAMP w/ exceptions if field has no value |
HAS_SETTIMESTAMP() |
Determine if SETTIMESTAMP has a value |
State¶
The state of the alert
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE 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___LISTOFCLUSTERALERT¶
TYPES TT___LISTOFCLUSTERALERT TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDLCLUSTERALERT WITH DEFAULT KEY
.