/AWS1/CL_CEXSAVINGSPLANSUTIL00¶
The amount of Savings Plans utilization (in hours).
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_timeperiod TYPE REF TO /AWS1/CL_CEXDATEINTERVAL /AWS1/CL_CEXDATEINTERVAL¶
The time period of the request.
io_utilization TYPE REF TO /AWS1/CL_CEXSAVINGSPLANSUTIL01 /AWS1/CL_CEXSAVINGSPLANSUTIL01¶
A ratio of your effectiveness of using existing Savings Plans to apply to workloads that are Savings Plans eligible.
Optional arguments:¶
io_savings TYPE REF TO /AWS1/CL_CEXSAVINGSPLANSSAVI00 /AWS1/CL_CEXSAVINGSPLANSSAVI00¶
The amount that's saved by using existing Savings Plans. Savings returns both net savings from Savings Plans and also the
onDemandCostEquivalentof the Savings Plans when considering the utilization rate.
io_amortizedcommitment TYPE REF TO /AWS1/CL_CEXSAVINGSPLANSAMOR00 /AWS1/CL_CEXSAVINGSPLANSAMOR00¶
The total amortized commitment for a Savings Plans. This includes the sum of the upfront and recurring Savings Plans fees.
Queryable Attributes¶
TimePeriod¶
The time period of the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMEPERIOD() |
Getter for TIMEPERIOD |
Utilization¶
A ratio of your effectiveness of using existing Savings Plans to apply to workloads that are Savings Plans eligible.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UTILIZATION() |
Getter for UTILIZATION |
Savings¶
The amount that's saved by using existing Savings Plans. Savings returns both net savings from Savings Plans and also the
onDemandCostEquivalentof the Savings Plans when considering the utilization rate.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SAVINGS() |
Getter for SAVINGS |
AmortizedCommitment¶
The total amortized commitment for a Savings Plans. This includes the sum of the upfront and recurring Savings Plans fees.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AMORTIZEDCOMMITMENT() |
Getter for AMORTIZEDCOMMITMENT |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SAVINGSPLANSUTILIZATIONSB00¶
TYPES TT_SAVINGSPLANSUTILIZATIONSB00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_CEXSAVINGSPLANSUTIL00 WITH DEFAULT KEY
.