Skip to content

/AWS1/CL_DMGRECOMMENDATIONSTGS

Provides information about the required target engine settings.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_INSTANCESIZINGTYPE TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

The size of your target instance. Fleet Advisor calculates this value based on your data collection type, such as total capacity and resource utilization. Valid values include "total-capacity" and "utilization".

IV_WORKLOADTYPE TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

The deployment option for your target engine. For production databases, Fleet Advisor chooses Multi-AZ deployment. For development or test databases, Fleet Advisor chooses Single-AZ deployment. Valid values include "development" and "production".


Queryable Attributes

InstanceSizingType

The size of your target instance. Fleet Advisor calculates this value based on your data collection type, such as total capacity and resource utilization. Valid values include "total-capacity" and "utilization".

Accessible with the following methods

Method Description
GET_INSTANCESIZINGTYPE() Getter for INSTANCESIZINGTYPE, with configurable default
ASK_INSTANCESIZINGTYPE() Getter for INSTANCESIZINGTYPE w/ exceptions if field has no
HAS_INSTANCESIZINGTYPE() Determine if INSTANCESIZINGTYPE has a value

WorkloadType

The deployment option for your target engine. For production databases, Fleet Advisor chooses Multi-AZ deployment. For development or test databases, Fleet Advisor chooses Single-AZ deployment. Valid values include "development" and "production".

Accessible with the following methods

Method Description
GET_WORKLOADTYPE() Getter for WORKLOADTYPE, with configurable default
ASK_WORKLOADTYPE() Getter for WORKLOADTYPE w/ exceptions if field has no value
HAS_WORKLOADTYPE() Determine if WORKLOADTYPE has a value