Skip to content

/AWS1/CL_RDSOPTIONGROPTSETTING

Option group option settings are used to display settings available for each option with their default values and other information. These values are used with the DescribeOptionGroupOptions action.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_SETTINGNAME TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

The name of the option group option.

IV_SETTINGDESCRIPTION TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

The description of the option group option.

IV_DEFAULTVALUE TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

The default value for the option group option.

IV_APPLYTYPE TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

The DB engine specific parameter type for the option group option.

IV_ALLOWEDVALUES TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

Indicates the acceptable values for the option group option.

IV_ISMODIFIABLE TYPE /AWS1/RDSBOOLEAN /AWS1/RDSBOOLEAN

Indicates whether this option group option can be changed from the default value.

IV_ISREQUIRED TYPE /AWS1/RDSBOOLEAN /AWS1/RDSBOOLEAN

Indicates whether a value must be specified for this option setting of the option group option.

IT_MINENGINEVRSPERALLOWEDVAL TYPE /AWS1/CL_RDSMINENGINEVRSPERA00=>TT_MINENGINEVRSPERALWEDVALLIST TT_MINENGINEVRSPERALWEDVALLIST

The minimum DB engine version required for the corresponding allowed value for this option setting.


Queryable Attributes

SettingName

The name of the option group option.

Accessible with the following methods

Method Description
GET_SETTINGNAME() Getter for SETTINGNAME, with configurable default
ASK_SETTINGNAME() Getter for SETTINGNAME w/ exceptions if field has no value
HAS_SETTINGNAME() Determine if SETTINGNAME has a value

SettingDescription

The description of the option group option.

Accessible with the following methods

Method Description
GET_SETTINGDESCRIPTION() Getter for SETTINGDESCRIPTION, with configurable default
ASK_SETTINGDESCRIPTION() Getter for SETTINGDESCRIPTION w/ exceptions if field has no
HAS_SETTINGDESCRIPTION() Determine if SETTINGDESCRIPTION has a value

DefaultValue

The default value for the option group option.

Accessible with the following methods

Method Description
GET_DEFAULTVALUE() Getter for DEFAULTVALUE, with configurable default
ASK_DEFAULTVALUE() Getter for DEFAULTVALUE w/ exceptions if field has no value
HAS_DEFAULTVALUE() Determine if DEFAULTVALUE has a value

ApplyType

The DB engine specific parameter type for the option group option.

Accessible with the following methods

Method Description
GET_APPLYTYPE() Getter for APPLYTYPE, with configurable default
ASK_APPLYTYPE() Getter for APPLYTYPE w/ exceptions if field has no value
HAS_APPLYTYPE() Determine if APPLYTYPE has a value

AllowedValues

Indicates the acceptable values for the option group option.

Accessible with the following methods

Method Description
GET_ALLOWEDVALUES() Getter for ALLOWEDVALUES, with configurable default
ASK_ALLOWEDVALUES() Getter for ALLOWEDVALUES w/ exceptions if field has no value
HAS_ALLOWEDVALUES() Determine if ALLOWEDVALUES has a value

IsModifiable

Indicates whether this option group option can be changed from the default value.

Accessible with the following methods

Method Description
GET_ISMODIFIABLE() Getter for ISMODIFIABLE, with configurable default
ASK_ISMODIFIABLE() Getter for ISMODIFIABLE w/ exceptions if field has no value
HAS_ISMODIFIABLE() Determine if ISMODIFIABLE has a value

IsRequired

Indicates whether a value must be specified for this option setting of the option group option.

Accessible with the following methods

Method Description
GET_ISREQUIRED() Getter for ISREQUIRED, with configurable default
ASK_ISREQUIRED() Getter for ISREQUIRED w/ exceptions if field has no value
HAS_ISREQUIRED() Determine if ISREQUIRED has a value

MinimumEngineVersionPerAllowedValue

The minimum DB engine version required for the corresponding allowed value for this option setting.

Accessible with the following methods

Method Description
GET_MINENGINEVRSPERALWEDVAL() Getter for MINENGINEVRSPERALLOWEDVALUE, with configurable de
ASK_MINENGINEVRSPERALWEDVAL() Getter for MINENGINEVRSPERALLOWEDVALUE w/ exceptions if fiel
HAS_MINENGINEVRSPERALWEDVAL() Determine if MINENGINEVRSPERALLOWEDVALUE 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_OPTIONGROUPOPTIONSTGSLIST

TYPES TT_OPTIONGROUPOPTIONSTGSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_RDSOPTIONGROPTSETTING WITH DEFAULT KEY
.