/AWS1/CL_BCOESTIMATEDDISCOUNTS¶
Estimated discount details of the current and recommended resource configuration for a recommendation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_savingsplansdiscount TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
Estimated Savings Plans discounts.
iv_reservedinstancesdiscount TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
Estimated reserved instance discounts.
iv_otherdiscount TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
Estimated other discounts include all discounts that are not itemized. Itemized discounts include
reservedInstanceDiscountandsavingsPlansDiscount.
Queryable Attributes¶
savingsPlansDiscount¶
Estimated Savings Plans discounts.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SAVINGSPLANSDISCOUNT() |
Getter for SAVINGSPLANSDISCOUNT, with configurable default |
ASK_SAVINGSPLANSDISCOUNT() |
Getter for SAVINGSPLANSDISCOUNT w/ exceptions if field has n |
STR_SAVINGSPLANSDISCOUNT() |
String format for SAVINGSPLANSDISCOUNT, with configurable de |
HAS_SAVINGSPLANSDISCOUNT() |
Determine if SAVINGSPLANSDISCOUNT has a value |
reservedInstancesDiscount¶
Estimated reserved instance discounts.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESERVEDINSTSDISCOUNT() |
Getter for RESERVEDINSTANCESDISCOUNT, with configurable defa |
ASK_RESERVEDINSTSDISCOUNT() |
Getter for RESERVEDINSTANCESDISCOUNT w/ exceptions if field |
STR_RESERVEDINSTSDISCOUNT() |
String format for RESERVEDINSTANCESDISCOUNT, with configurab |
HAS_RESERVEDINSTSDISCOUNT() |
Determine if RESERVEDINSTANCESDISCOUNT has a value |
otherDiscount¶
Estimated other discounts include all discounts that are not itemized. Itemized discounts include
reservedInstanceDiscountandsavingsPlansDiscount.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OTHERDISCOUNT() |
Getter for OTHERDISCOUNT, with configurable default |
ASK_OTHERDISCOUNT() |
Getter for OTHERDISCOUNT w/ exceptions if field has no value |
STR_OTHERDISCOUNT() |
String format for OTHERDISCOUNT, with configurable default |
HAS_OTHERDISCOUNT() |
Determine if OTHERDISCOUNT has a value |