/AWS1/CL_EC2DATARESPONSE¶
The response to a DataQuery.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The ID passed in the
DataQuery.
iv_source TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The Region or Availability Zone that's the source for the data query. For example,
us-east-1.
iv_destination TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The Region or Availability Zone that's the destination for the data query. For example,
eu-west-1.
iv_metric TYPE /AWS1/EC2METRICTYPE /AWS1/EC2METRICTYPE¶
The metric used for the network performance request.
iv_statistic TYPE /AWS1/EC2STATISTICTYPE /AWS1/EC2STATISTICTYPE¶
The statistic used for the network performance request.
iv_period TYPE /AWS1/EC2PERIODTYPE /AWS1/EC2PERIODTYPE¶
The period used for the network performance request.
it_metricpoints TYPE /AWS1/CL_EC2METRICPOINT=>TT_METRICPOINTS TT_METRICPOINTS¶
A list of
MetricPointobjects.
Queryable Attributes¶
Id¶
The ID passed in the
DataQuery.
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 |
Source¶
The Region or Availability Zone that's the source for the data query. For example,
us-east-1.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCE() |
Getter for SOURCE, with configurable default |
ASK_SOURCE() |
Getter for SOURCE w/ exceptions if field has no value |
HAS_SOURCE() |
Determine if SOURCE has a value |
Destination¶
The Region or Availability Zone that's the destination for the data query. For example,
eu-west-1.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATION() |
Getter for DESTINATION, with configurable default |
ASK_DESTINATION() |
Getter for DESTINATION w/ exceptions if field has no value |
HAS_DESTINATION() |
Determine if DESTINATION has a value |
Metric¶
The metric used for the network performance request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRIC() |
Getter for METRIC, with configurable default |
ASK_METRIC() |
Getter for METRIC w/ exceptions if field has no value |
HAS_METRIC() |
Determine if METRIC has a value |
Statistic¶
The statistic used for the network performance request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATISTIC() |
Getter for STATISTIC, with configurable default |
ASK_STATISTIC() |
Getter for STATISTIC w/ exceptions if field has no value |
HAS_STATISTIC() |
Determine if STATISTIC has a value |
Period¶
The period used for the network performance request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PERIOD() |
Getter for PERIOD, with configurable default |
ASK_PERIOD() |
Getter for PERIOD w/ exceptions if field has no value |
HAS_PERIOD() |
Determine if PERIOD has a value |
MetricPoints¶
A list of
MetricPointobjects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICPOINTS() |
Getter for METRICPOINTS, with configurable default |
ASK_METRICPOINTS() |
Getter for METRICPOINTS w/ exceptions if field has no value |
HAS_METRICPOINTS() |
Determine if METRICPOINTS 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_DATARESPONSES¶
TYPES TT_DATARESPONSES TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2DATARESPONSE WITH DEFAULT KEY
.