/AWS1/CL_BCOBLKSTRGPERFORMAN00¶
Describes the Amazon Elastic Block Store performance configuration of the current and recommended resource configuration for a recommendation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_iops TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The number of I/O operations per second.
iv_throughput TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The throughput that the volume supports.
Queryable Attributes¶
iops¶
The number of I/O operations per second.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IOPS() |
Getter for IOPS, with configurable default |
ASK_IOPS() |
Getter for IOPS w/ exceptions if field has no value |
STR_IOPS() |
String format for IOPS, with configurable default |
HAS_IOPS() |
Determine if IOPS has a value |
throughput¶
The throughput that the volume supports.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_THROUGHPUT() |
Getter for THROUGHPUT, with configurable default |
ASK_THROUGHPUT() |
Getter for THROUGHPUT w/ exceptions if field has no value |
STR_THROUGHPUT() |
String format for THROUGHPUT, with configurable default |
HAS_THROUGHPUT() |
Determine if THROUGHPUT has a value |