/AWS1/CL_RDSVALIDDBINSTMODSMSG¶
Information about valid modifications that you can make to your DB instance.
Contains the result of a successful call to the
DescribeValidDBInstanceModifications action.
You can use this information when you call
ModifyDBInstance.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_storage TYPE /AWS1/CL_RDSVALIDSTORAGEOPTS=>TT_VALIDSTORAGEOPTIONSLIST TT_VALIDSTORAGEOPTIONSLIST¶
Valid storage options for your DB instance.
it_validprocessorfeatures TYPE /AWS1/CL_RDSAVAILABLEPROCORFT=>TT_AVAILABLEPROCESSORFEATLIST TT_AVAILABLEPROCESSORFEATLIST¶
Valid processor features for your DB instance.
iv_suppsdedicatedlogvolume TYPE /AWS1/RDSBOOLEAN /AWS1/RDSBOOLEAN¶
Indicates whether a DB instance supports using a dedicated log volume (DLV).
io_additionalstorage TYPE REF TO /AWS1/CL_RDSVALIDADDLSTRGOPTS /AWS1/CL_RDSVALIDADDLSTRGOPTS¶
The valid additional storage options for the DB instance.
Queryable Attributes¶
Storage¶
Valid storage options for your DB instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STORAGE() |
Getter for STORAGE, with configurable default |
ASK_STORAGE() |
Getter for STORAGE w/ exceptions if field has no value |
HAS_STORAGE() |
Determine if STORAGE has a value |
ValidProcessorFeatures¶
Valid processor features for your DB instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALIDPROCESSORFEATURES() |
Getter for VALIDPROCESSORFEATURES, with configurable default |
ASK_VALIDPROCESSORFEATURES() |
Getter for VALIDPROCESSORFEATURES w/ exceptions if field has |
HAS_VALIDPROCESSORFEATURES() |
Determine if VALIDPROCESSORFEATURES has a value |
SupportsDedicatedLogVolume¶
Indicates whether a DB instance supports using a dedicated log volume (DLV).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUPPSDEDICATEDLOGVOLUME() |
Getter for SUPPORTSDEDICATEDLOGVOLUME, with configurable def |
ASK_SUPPSDEDICATEDLOGVOLUME() |
Getter for SUPPORTSDEDICATEDLOGVOLUME w/ exceptions if field |
HAS_SUPPSDEDICATEDLOGVOLUME() |
Determine if SUPPORTSDEDICATEDLOGVOLUME has a value |
AdditionalStorage¶
The valid additional storage options for the DB instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADDITIONALSTORAGE() |
Getter for ADDITIONALSTORAGE |