/AWS1/CL_COPINFERREDWORKLOAD01¶
The estimated monthly savings after you adjust the configurations of your instances running on the
inferred workload types to the recommended configurations. If the inferredWorkloadTypes
list contains multiple entries, then the savings are the sum of the monthly savings from instances
that run the exact combination of the inferred workload types.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_inferredworkloadtypes TYPE /AWS1/CL_COPINFERREDWORKLOAD00=>TT_INFERREDWORKLOADTYPES TT_INFERREDWORKLOADTYPES¶
The applications that might be running on the instance as inferred by Compute Optimizer.
Compute Optimizer can infer if one of the following applications might be running on the instance:
AmazonEmr- Infers that Amazon EMR might be running on the instance.
ApacheCassandra- Infers that Apache Cassandra might be running on the instance.
ApacheHadoop- Infers that Apache Hadoop might be running on the instance.
Memcached- Infers that Memcached might be running on the instance.
NGINX- Infers that NGINX might be running on the instance.
PostgreSql- Infers that PostgreSQL might be running on the instance.
Redis- Infers that Redis might be running on the instance.
Kafka- Infers that Kafka might be running on the instance.
SQLServer- Infers that SQLServer might be running on the instance.
io_estimatedmonthlysavings TYPE REF TO /AWS1/CL_COPESTIMATEDMONTHLY00 /AWS1/CL_COPESTIMATEDMONTHLY00¶
An object that describes the estimated monthly savings amount possible by adopting Compute Optimizer recommendations for a given resource. This is based on the On-Demand instance pricing.
Queryable Attributes¶
inferredWorkloadTypes¶
The applications that might be running on the instance as inferred by Compute Optimizer.
Compute Optimizer can infer if one of the following applications might be running on the instance:
AmazonEmr- Infers that Amazon EMR might be running on the instance.
ApacheCassandra- Infers that Apache Cassandra might be running on the instance.
ApacheHadoop- Infers that Apache Hadoop might be running on the instance.
Memcached- Infers that Memcached might be running on the instance.
NGINX- Infers that NGINX might be running on the instance.
PostgreSql- Infers that PostgreSQL might be running on the instance.
Redis- Infers that Redis might be running on the instance.
Kafka- Infers that Kafka might be running on the instance.
SQLServer- Infers that SQLServer might be running on the instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INFERREDWORKLOADTYPES() |
Getter for INFERREDWORKLOADTYPES, with configurable default |
ASK_INFERREDWORKLOADTYPES() |
Getter for INFERREDWORKLOADTYPES w/ exceptions if field has |
HAS_INFERREDWORKLOADTYPES() |
Determine if INFERREDWORKLOADTYPES has a value |
estimatedMonthlySavings¶
An object that describes the estimated monthly savings amount possible by adopting Compute Optimizer recommendations for a given resource. This is based on the On-Demand instance pricing.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ESTIMATEDMONTHLYSAVINGS() |
Getter for ESTIMATEDMONTHLYSAVINGS |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_INFERREDWORKLOADSAVINGS¶
TYPES TT_INFERREDWORKLOADSAVINGS TYPE STANDARD TABLE OF REF TO /AWS1/CL_COPINFERREDWORKLOAD01 WITH DEFAULT KEY
.