Skip to content

/AWS1/CL_ESSSCHDDAUTOTUNEDETS

Specifies details of the scheduled Auto-Tune action. See the Developer Guide for more information.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_date TYPE /AWS1/ESSAUTOTUNEDATE /AWS1/ESSAUTOTUNEDATE

Specifies timestamp for the Auto-Tune action scheduled for the domain.

iv_actiontype TYPE /AWS1/ESSSCHDDAUTOTUNEACTTYPE /AWS1/ESSSCHDDAUTOTUNEACTTYPE

Specifies Auto-Tune action type. Valid values are JVM_HEAP_SIZE_TUNING and JVM_YOUNG_GEN_TUNING.

iv_action TYPE /AWS1/ESSSCHEDULEDAUTOTUNEDESC /AWS1/ESSSCHEDULEDAUTOTUNEDESC

Specifies Auto-Tune action description.

iv_severity TYPE /AWS1/ESSSCHDAUTOTUNESEVERIT00 /AWS1/ESSSCHDAUTOTUNESEVERIT00

Specifies Auto-Tune action severity. Valid values are LOW, MEDIUM and HIGH.


Queryable Attributes

Date

Specifies timestamp for the Auto-Tune action scheduled for the domain.

Accessible with the following methods

Method Description
GET_DATE() Getter for DATE, with configurable default
ASK_DATE() Getter for DATE w/ exceptions if field has no value
HAS_DATE() Determine if DATE has a value

ActionType

Specifies Auto-Tune action type. Valid values are JVM_HEAP_SIZE_TUNING and JVM_YOUNG_GEN_TUNING.

Accessible with the following methods

Method Description
GET_ACTIONTYPE() Getter for ACTIONTYPE, with configurable default
ASK_ACTIONTYPE() Getter for ACTIONTYPE w/ exceptions if field has no value
HAS_ACTIONTYPE() Determine if ACTIONTYPE has a value

Action

Specifies Auto-Tune action description.

Accessible with the following methods

Method Description
GET_ACTION() Getter for ACTION, with configurable default
ASK_ACTION() Getter for ACTION w/ exceptions if field has no value
HAS_ACTION() Determine if ACTION has a value

Severity

Specifies Auto-Tune action severity. Valid values are LOW, MEDIUM and HIGH.

Accessible with the following methods

Method Description
GET_SEVERITY() Getter for SEVERITY, with configurable default
ASK_SEVERITY() Getter for SEVERITY w/ exceptions if field has no value
HAS_SEVERITY() Determine if SEVERITY has a value