/AWS1/CL_RDSMETRIC¶
The representation of a metric.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING¶
The name of a metric.
it_references TYPE /AWS1/CL_RDSMETRICREFERENCE=>TT_METRICREFERENCELIST TT_METRICREFERENCELIST¶
A list of metric references (thresholds).
iv_statisticsdetails TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING¶
The details of different statistics for a metric. The description might contain markdown.
io_metricquery TYPE REF TO /AWS1/CL_RDSMETRICQUERY /AWS1/CL_RDSMETRICQUERY¶
The query to retrieve metric data points.
Queryable Attributes¶
Name¶
The name of a metric.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
References¶
A list of metric references (thresholds).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REFERENCES() |
Getter for REFERENCES, with configurable default |
ASK_REFERENCES() |
Getter for REFERENCES w/ exceptions if field has no value |
HAS_REFERENCES() |
Determine if REFERENCES has a value |
StatisticsDetails¶
The details of different statistics for a metric. The description might contain markdown.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATISTICSDETAILS() |
Getter for STATISTICSDETAILS, with configurable default |
ASK_STATISTICSDETAILS() |
Getter for STATISTICSDETAILS w/ exceptions if field has no v |
HAS_STATISTICSDETAILS() |
Determine if STATISTICSDETAILS has a value |
MetricQuery¶
The query to retrieve metric data points.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICQUERY() |
Getter for METRICQUERY |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_METRICLIST¶
TYPES TT_METRICLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_RDSMETRIC WITH DEFAULT KEY
.