/AWS1/CL_CEXRIGHTSIZINGRECOM03¶
Recommendations to rightsize resources.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_accountid TYPE /AWS1/CEXGENERICSTRING /AWS1/CEXGENERICSTRING¶
The account that this recommendation is for.
io_currentinstance TYPE REF TO /AWS1/CL_CEXCURRENTINSTANCE /AWS1/CL_CEXCURRENTINSTANCE¶
Context regarding the current instance.
iv_rightsizingtype TYPE /AWS1/CEXRIGHTSIZINGTYPE /AWS1/CEXRIGHTSIZINGTYPE¶
A recommendation to either terminate or modify the resource.
io_modifyrecommendationdet TYPE REF TO /AWS1/CL_CEXMODRECOMMENDATIO00 /AWS1/CL_CEXMODRECOMMENDATIO00¶
The details for the modification recommendations.
io_terminaterecommendation00 TYPE REF TO /AWS1/CL_CEXTERMINATERECOMME00 /AWS1/CL_CEXTERMINATERECOMME00¶
The details for termination recommendations.
it_findingreasoncodes TYPE /AWS1/CL_CEXFINDINGRCS_W=>TT_FINDINGREASONCODES TT_FINDINGREASONCODES¶
The list of possible reasons why the recommendation is generated, such as under- or over-utilization of specific metrics (for example, CPU, Memory, Network).
Queryable Attributes¶
AccountId¶
The account that this recommendation is for.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCOUNTID() |
Getter for ACCOUNTID, with configurable default |
ASK_ACCOUNTID() |
Getter for ACCOUNTID w/ exceptions if field has no value |
HAS_ACCOUNTID() |
Determine if ACCOUNTID has a value |
CurrentInstance¶
Context regarding the current instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CURRENTINSTANCE() |
Getter for CURRENTINSTANCE |
RightsizingType¶
A recommendation to either terminate or modify the resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RIGHTSIZINGTYPE() |
Getter for RIGHTSIZINGTYPE, with configurable default |
ASK_RIGHTSIZINGTYPE() |
Getter for RIGHTSIZINGTYPE w/ exceptions if field has no val |
HAS_RIGHTSIZINGTYPE() |
Determine if RIGHTSIZINGTYPE has a value |
ModifyRecommendationDetail¶
The details for the modification recommendations.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODIFYRECOMMENDATIONDET() |
Getter for MODIFYRECOMMENDATIONDETAIL |
TerminateRecommendationDetail¶
The details for termination recommendations.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TERMINATERECOMMENDATIO00() |
Getter for TERMINATERECOMMENDATIONDET |
FindingReasonCodes¶
The list of possible reasons why the recommendation is generated, such as under- or over-utilization of specific metrics (for example, CPU, Memory, Network).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FINDINGREASONCODES() |
Getter for FINDINGREASONCODES, with configurable default |
ASK_FINDINGREASONCODES() |
Getter for FINDINGREASONCODES w/ exceptions if field has no |
HAS_FINDINGREASONCODES() |
Determine if FINDINGREASONCODES 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_RIGHTSIZINGRECOMMENDATION00¶
TYPES TT_RIGHTSIZINGRECOMMENDATION00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_CEXRIGHTSIZINGRECOM03 WITH DEFAULT KEY
.