Skip to content

/AWS1/CL_BCORECOMMENDATIONSUMM

The summary of rightsizing recommendations, including de-duped savings from all types of recommendations.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_GROUP TYPE /AWS1/BCOSTRING /AWS1/BCOSTRING

The grouping of recommendations.

IV_ESTIMATEDMONTHLYSAVINGS TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The estimated total savings resulting from modifications, on a monthly basis.

IV_RECOMMENDATIONCOUNT TYPE /AWS1/BCOINTEGER /AWS1/BCOINTEGER

The total number of instance recommendations.


Queryable Attributes

group

The grouping of recommendations.

Accessible with the following methods

Method Description
GET_GROUP() Getter for GROUP, with configurable default
ASK_GROUP() Getter for GROUP w/ exceptions if field has no value
HAS_GROUP() Determine if GROUP has a value

estimatedMonthlySavings

The estimated total savings resulting from modifications, on a monthly basis.

Accessible with the following methods

Method Description
GET_ESTIMATEDMONTHLYSAVINGS() Getter for ESTIMATEDMONTHLYSAVINGS, with configurable defaul
ASK_ESTIMATEDMONTHLYSAVINGS() Getter for ESTIMATEDMONTHLYSAVINGS w/ exceptions if field ha
STR_ESTIMATEDMONTHLYSAVINGS() String format for ESTIMATEDMONTHLYSAVINGS, with configurable
HAS_ESTIMATEDMONTHLYSAVINGS() Determine if ESTIMATEDMONTHLYSAVINGS has a value

recommendationCount

The total number of instance recommendations.

Accessible with the following methods

Method Description
GET_RECOMMENDATIONCOUNT() Getter for RECOMMENDATIONCOUNT, with configurable default
ASK_RECOMMENDATIONCOUNT() Getter for RECOMMENDATIONCOUNT w/ exceptions if field has no
HAS_RECOMMENDATIONCOUNT() Determine if RECOMMENDATIONCOUNT 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_RECOMMENDATIONSUMMARIESLIST

TYPES TT_RECOMMENDATIONSUMMARIESLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BCORECOMMENDATIONSUMM WITH DEFAULT KEY
.