/AWS1/CL_COPEBSESTIMATEDMONT00¶
An object that describes the estimated monthly savings possible by adopting Compute Optimizer’s Amazon EBS volume recommendations. This includes any applicable discounts.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_currency TYPE /AWS1/COPCURRENCY /AWS1/COPCURRENCY¶
The currency of the estimated monthly savings.
iv_value TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The value of the estimated monthly savings.
Queryable Attributes¶
currency¶
The currency of the estimated monthly savings.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CURRENCY() |
Getter for CURRENCY, with configurable default |
ASK_CURRENCY() |
Getter for CURRENCY w/ exceptions if field has no value |
HAS_CURRENCY() |
Determine if CURRENCY has a value |
value¶
The value of the estimated monthly savings.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
STR_VALUE() |
String format for VALUE |