Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can click “Customize cookies” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To continue without accepting these cookies, click “Continue without accepting.” To make more detailed choices or learn more, click “Customize cookies.”

Skip to content

/AWS1/CL_DMGRECOMMENDATION

Provides information that describes a recommendation of a target engine.

A recommendation is a set of possible Amazon Web Services target engines that you can choose to migrate your source on-premises database. In this set, Fleet Advisor suggests a single target engine as the right sized migration destination. To determine this rightsized migration destination, Fleet Advisor uses the inventory metadata and metrics from data collector. You can use recommendations before the start of migration to save costs and reduce risks.

With recommendations, you can explore different target options and compare metrics, so you can make an informed decision when you choose the migration target.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_DATABASEID TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

The identifier of the source database for which Fleet Advisor provided this recommendation.

IV_ENGINENAME TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

The name of the target engine. Valid values include "rds-aurora-mysql", "rds-aurora-postgresql", "rds-mysql", "rds-oracle", "rds-sql-server", and "rds-postgresql".

IV_CREATEDDATE TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

The date when Fleet Advisor created the target engine recommendation.

IV_STATUS TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

The status of the target engine recommendation. Valid values include "alternate", "in-progress", "not-viable", and "recommended".

IV_PREFERRED TYPE /AWS1/DMGBOOLEANOPTIONAL /AWS1/DMGBOOLEANOPTIONAL

Indicates that this target is the rightsized migration destination.

IO_SETTINGS TYPE REF TO /AWS1/CL_DMGRECOMMENDATIONSTGS /AWS1/CL_DMGRECOMMENDATIONSTGS

The settings in JSON format for the preferred target engine parameters. These parameters include capacity, resource utilization, and the usage type (production, development, or testing).

IO_DATA TYPE REF TO /AWS1/CL_DMGRECOMMENDATIONDATA /AWS1/CL_DMGRECOMMENDATIONDATA

The recommendation of a target engine for the specified source database.


Queryable Attributes

DatabaseId

The identifier of the source database for which Fleet Advisor provided this recommendation.

Accessible with the following methods

Method Description
GET_DATABASEID() Getter for DATABASEID, with configurable default
ASK_DATABASEID() Getter for DATABASEID w/ exceptions if field has no value
HAS_DATABASEID() Determine if DATABASEID has a value

EngineName

The name of the target engine. Valid values include "rds-aurora-mysql", "rds-aurora-postgresql", "rds-mysql", "rds-oracle", "rds-sql-server", and "rds-postgresql".

Accessible with the following methods

Method Description
GET_ENGINENAME() Getter for ENGINENAME, with configurable default
ASK_ENGINENAME() Getter for ENGINENAME w/ exceptions if field has no value
HAS_ENGINENAME() Determine if ENGINENAME has a value

CreatedDate

The date when Fleet Advisor created the target engine recommendation.

Accessible with the following methods

Method Description
GET_CREATEDDATE() Getter for CREATEDDATE, with configurable default
ASK_CREATEDDATE() Getter for CREATEDDATE w/ exceptions if field has no value
HAS_CREATEDDATE() Determine if CREATEDDATE has a value

Status

The status of the target engine recommendation. Valid values include "alternate", "in-progress", "not-viable", and "recommended".

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

Preferred

Indicates that this target is the rightsized migration destination.

Accessible with the following methods

Method Description
GET_PREFERRED() Getter for PREFERRED, with configurable default
ASK_PREFERRED() Getter for PREFERRED w/ exceptions if field has no value
HAS_PREFERRED() Determine if PREFERRED has a value

Settings

The settings in JSON format for the preferred target engine parameters. These parameters include capacity, resource utilization, and the usage type (production, development, or testing).

Accessible with the following methods

Method Description
GET_SETTINGS() Getter for SETTINGS

Data

The recommendation of a target engine for the specified source database.

Accessible with the following methods

Method Description
GET_DATA() Getter for DATA

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_RECOMMENDATIONLIST

TYPES TT_RECOMMENDATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DMGRECOMMENDATION WITH DEFAULT KEY
.