/AWS1/CL_RDSPERFORMANCEISSUE00¶
Details of the performance issue.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_starttime TYPE /AWS1/RDSTSTAMP /AWS1/RDSTSTAMP¶
The time when the performance issue started.
iv_endtime TYPE /AWS1/RDSTSTAMP /AWS1/RDSTSTAMP¶
The time when the performance issue stopped.
it_metrics TYPE /AWS1/CL_RDSMETRIC=>TT_METRICLIST TT_METRICLIST¶
The metrics that are relevant to the performance issue.
iv_analysis TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING¶
The analysis of the performance issue. The information might contain markdown.
Queryable Attributes¶
StartTime¶
The time when the performance issue started.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
EndTime¶
The time when the performance issue stopped.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME has a value |
Metrics¶
The metrics that are relevant to the performance issue.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICS() |
Getter for METRICS, with configurable default |
ASK_METRICS() |
Getter for METRICS w/ exceptions if field has no value |
HAS_METRICS() |
Determine if METRICS has a value |
Analysis¶
The analysis of the performance issue. The information might contain markdown.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANALYSIS() |
Getter for ANALYSIS, with configurable default |
ASK_ANALYSIS() |
Getter for ANALYSIS w/ exceptions if field has no value |
HAS_ANALYSIS() |
Determine if ANALYSIS has a value |