/AWS1/CL_CEXRDSINSTANCEDETAILS¶
Details about the Amazon RDS reservations that Amazon Web Services recommends that you purchase.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_family TYPE /AWS1/CEXGENERICSTRING /AWS1/CEXGENERICSTRING¶
The instance family of the recommended reservation.
iv_instancetype TYPE /AWS1/CEXGENERICSTRING /AWS1/CEXGENERICSTRING¶
The type of instance that Amazon Web Services recommends.
iv_region TYPE /AWS1/CEXGENERICSTRING /AWS1/CEXGENERICSTRING¶
The Amazon Web Services Region of the recommended reservation.
iv_databaseengine TYPE /AWS1/CEXGENERICSTRING /AWS1/CEXGENERICSTRING¶
The database engine that the recommended reservation supports.
iv_databaseedition TYPE /AWS1/CEXGENERICSTRING /AWS1/CEXGENERICSTRING¶
The database edition that the recommended reservation supports.
iv_deploymentoption TYPE /AWS1/CEXGENERICSTRING /AWS1/CEXGENERICSTRING¶
Determines whether the recommendation is for a reservation in a single Availability Zone or a reservation with a backup in a second Availability Zone.
iv_licensemodel TYPE /AWS1/CEXGENERICSTRING /AWS1/CEXGENERICSTRING¶
The license model that the recommended reservation supports.
iv_currentgeneration TYPE /AWS1/CEXGENERICBOOLEAN /AWS1/CEXGENERICBOOLEAN¶
Determines whether the recommendation is for a current-generation instance.
iv_sizeflexeligible TYPE /AWS1/CEXGENERICBOOLEAN /AWS1/CEXGENERICBOOLEAN¶
Determines whether the recommended reservation is size flexible.
iv_deploymentmodel TYPE /AWS1/CEXGENERICSTRING /AWS1/CEXGENERICSTRING¶
Determines whether the recommendation is for a reservation for RDS Custom.
Queryable Attributes¶
Family¶
The instance family of the recommended reservation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAMILY() |
Getter for FAMILY, with configurable default |
ASK_FAMILY() |
Getter for FAMILY w/ exceptions if field has no value |
HAS_FAMILY() |
Determine if FAMILY has a value |
InstanceType¶
The type of instance that Amazon Web Services recommends.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCETYPE() |
Getter for INSTANCETYPE, with configurable default |
ASK_INSTANCETYPE() |
Getter for INSTANCETYPE w/ exceptions if field has no value |
HAS_INSTANCETYPE() |
Determine if INSTANCETYPE has a value |
Region¶
The Amazon Web Services Region of the recommended reservation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGION() |
Getter for REGION, with configurable default |
ASK_REGION() |
Getter for REGION w/ exceptions if field has no value |
HAS_REGION() |
Determine if REGION has a value |
DatabaseEngine¶
The database engine that the recommended reservation supports.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATABASEENGINE() |
Getter for DATABASEENGINE, with configurable default |
ASK_DATABASEENGINE() |
Getter for DATABASEENGINE w/ exceptions if field has no valu |
HAS_DATABASEENGINE() |
Determine if DATABASEENGINE has a value |
DatabaseEdition¶
The database edition that the recommended reservation supports.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATABASEEDITION() |
Getter for DATABASEEDITION, with configurable default |
ASK_DATABASEEDITION() |
Getter for DATABASEEDITION w/ exceptions if field has no val |
HAS_DATABASEEDITION() |
Determine if DATABASEEDITION has a value |
DeploymentOption¶
Determines whether the recommendation is for a reservation in a single Availability Zone or a reservation with a backup in a second Availability Zone.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEPLOYMENTOPTION() |
Getter for DEPLOYMENTOPTION, with configurable default |
ASK_DEPLOYMENTOPTION() |
Getter for DEPLOYMENTOPTION w/ exceptions if field has no va |
HAS_DEPLOYMENTOPTION() |
Determine if DEPLOYMENTOPTION has a value |
LicenseModel¶
The license model that the recommended reservation supports.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LICENSEMODEL() |
Getter for LICENSEMODEL, with configurable default |
ASK_LICENSEMODEL() |
Getter for LICENSEMODEL w/ exceptions if field has no value |
HAS_LICENSEMODEL() |
Determine if LICENSEMODEL has a value |
CurrentGeneration¶
Determines whether the recommendation is for a current-generation instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CURRENTGENERATION() |
Getter for CURRENTGENERATION |
SizeFlexEligible¶
Determines whether the recommended reservation is size flexible.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SIZEFLEXELIGIBLE() |
Getter for SIZEFLEXELIGIBLE |
DeploymentModel¶
Determines whether the recommendation is for a reservation for RDS Custom.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEPLOYMENTMODEL() |
Getter for DEPLOYMENTMODEL, with configurable default |
ASK_DEPLOYMENTMODEL() |
Getter for DEPLOYMENTMODEL w/ exceptions if field has no val |
HAS_DEPLOYMENTMODEL() |
Determine if DEPLOYMENTMODEL has a value |