Skip to content

/AWS1/CL_RDSOPTIONCONF

A list of all available options

CONSTRUCTOR

IMPORTING

Required arguments:

IV_OPTIONNAME TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

The configuration of options to include in a group.

Optional arguments:

IV_PORT TYPE /AWS1/RDSINTEGEROPTIONAL /AWS1/RDSINTEGEROPTIONAL

The optional port for the option.

IV_OPTIONVERSION TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

The version for the option.

IT_DBSECGROUPMEMBERSHIPS TYPE /AWS1/CL_RDSDBSECGRPNAMELIST_W=>TT_DBSECURITYGROUPNAMELIST TT_DBSECURITYGROUPNAMELIST

A list of DBSecurityGroupMembership name strings used for this option.

IT_VPCSECGROUPMEMBERSHIPS TYPE /AWS1/CL_RDSVPCSECGRPIDLIST_W=>TT_VPCSECURITYGROUPIDLIST TT_VPCSECURITYGROUPIDLIST

A list of VpcSecurityGroupMembership name strings used for this option.

IT_OPTIONSETTINGS TYPE /AWS1/CL_RDSOPTIONSETTING=>TT_OPTIONSETTINGSLIST TT_OPTIONSETTINGSLIST

The option settings to include in an option group.


Queryable Attributes

OptionName

The configuration of options to include in a group.

Accessible with the following methods

Method Description
GET_OPTIONNAME() Getter for OPTIONNAME, with configurable default
ASK_OPTIONNAME() Getter for OPTIONNAME w/ exceptions if field has no value
HAS_OPTIONNAME() Determine if OPTIONNAME has a value

Port

The optional port for the option.

Accessible with the following methods

Method Description
GET_PORT() Getter for PORT, with configurable default
ASK_PORT() Getter for PORT w/ exceptions if field has no value
HAS_PORT() Determine if PORT has a value

OptionVersion

The version for the option.

Accessible with the following methods

Method Description
GET_OPTIONVERSION() Getter for OPTIONVERSION, with configurable default
ASK_OPTIONVERSION() Getter for OPTIONVERSION w/ exceptions if field has no value
HAS_OPTIONVERSION() Determine if OPTIONVERSION has a value

DBSecurityGroupMemberships

A list of DBSecurityGroupMembership name strings used for this option.

Accessible with the following methods

Method Description
GET_DBSECGROUPMEMBERSHIPS() Getter for DBSECURITYGROUPMEMBERSHIPS, with configurable def
ASK_DBSECGROUPMEMBERSHIPS() Getter for DBSECURITYGROUPMEMBERSHIPS w/ exceptions if field
HAS_DBSECGROUPMEMBERSHIPS() Determine if DBSECURITYGROUPMEMBERSHIPS has a value

VpcSecurityGroupMemberships

A list of VpcSecurityGroupMembership name strings used for this option.

Accessible with the following methods

Method Description
GET_VPCSECGROUPMEMBERSHIPS() Getter for VPCSECURITYGROUPMEMBERSHIPS, with configurable de
ASK_VPCSECGROUPMEMBERSHIPS() Getter for VPCSECURITYGROUPMEMBERSHIPS w/ exceptions if fiel
HAS_VPCSECGROUPMEMBERSHIPS() Determine if VPCSECURITYGROUPMEMBERSHIPS has a value

OptionSettings

The option settings to include in an option group.

Accessible with the following methods

Method Description
GET_OPTIONSETTINGS() Getter for OPTIONSETTINGS, with configurable default
ASK_OPTIONSETTINGS() Getter for OPTIONSETTINGS w/ exceptions if field has no valu
HAS_OPTIONSETTINGS() Determine if OPTIONSETTINGS has a value

Public Local Types In This Class

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

TT_OPTIONCONFIGURATIONLIST

TYPES TT_OPTIONCONFIGURATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_RDSOPTIONCONF WITH DEFAULT KEY
.